summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-05-04ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report()David S. Miller
2011-05-04ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller
2011-05-04dccp: Use flowi4->saddr in dccp_v4_connect()David S. Miller
2011-05-04ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller
2011-05-04ipv4: Rework ipmr_rt_fib_lookup() flow key initialization.David S. Miller
2011-05-02sysctl: net: call unregister_net_sysctl_table where neededLucian Adrian Grijincu
2011-05-02networking: inappropriate ioctl operation should return ENOTTYLifeng Sun
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2011-05-02Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-05-02ipv4: Make sure flowi4->{saddr,daddr} are always set.David S. Miller
2011-05-02mac80211: consolidate MIC failure report handlingChristian Lamparter
2011-05-02ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan
2011-05-02af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-05-01batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli
2011-05-01batman-adv: Move definition of atomic_dec_not_zero() into main.hAntonio Quartulli
2011-05-01batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny
2011-04-29ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings
2011-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-04-29pktgen: create num frags requestedamit salecha
2011-04-29bpf: depends on MODULESEric Dumazet
2011-04-29ipv4: Get route daddr from flow key in l2tp_ip_connect().David S. Miller
2011-04-29ipv4: Get route daddr from flow key in tcp_v4_connect().David S. Miller
2011-04-29ipv4: Get route daddr from flow key in inet_csk_route_req().David S. Miller
2011-04-29ipv4: Get route daddr from flow key in ip4_datagram_connect().David S. Miller
2011-04-29ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller
2011-04-29ipv4: Fetch route saddr from flow key in l2tp_ip_connect().David S. Miller
2011-04-29ipv4: Fetch route saddr from flow key in tcp_v4_connect().David S. Miller
2011-04-29ipv4: Fetch route saddr from flow key in ip4_datagram_connect().David S. Miller
2011-04-29ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().David S. Miller
2011-04-29ipv4: Use caller's on-stack flowi as-is in output route lookups.David S. Miller
2011-04-29net: Use non-zero allocations in dst_alloc().David S. Miller
2011-04-29net: Make dst_alloc() take more explicit initializations.David S. Miller
2011-04-28l2tp: Fix inet_opt conversion.David S. Miller
2011-04-28dsa/mv88e6131: fix unknown multicast/broadcast forwarding on mv88e6085Peter Korsgaard
2011-04-28bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław
2011-04-28net: fix netdev_increment_features()Michał Mirosław
2011-04-28net:use help function of skb_checksum_start_offset to calculate offsetShan Wei
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-04-28Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evtJohan Hedberg
2011-04-28Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg
2011-04-28Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg
2011-04-28Bluetooth: Fix connection key type updating for buggy controllersJohan Hedberg
2011-04-28Bluetooth: Fix old_key_type logic for non-persistent keysJohan Hedberg
2011-04-28Bluetooth: Fix link key persistent storage criteriaJohan Hedberg
2011-04-28Bluetooth: Fix logic in hci_pin_code_request_evtJohan Hedberg
2011-04-28Bluetooth: Fix reason code for pairing rejectionJohan Hedberg