summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet7-22/+24
2011-05-02Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller14-138/+292
2011-05-02ipv4: Make sure flowi4->{saddr,daddr} are always set.David S. Miller1-6/+5
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner12-118/+280
2011-05-01batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli1-4/+8
2011-05-01batman-adv: Move definition of atomic_dec_not_zero() into main.hAntonio Quartulli3-2/+2
2011-05-01batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli1-14/+2
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+2
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2-14/+34
2011-04-29ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings2-2/+0
2011-04-29pktgen: create num frags requestedamit salecha1-26/+9
2011-04-29bpf: depends on MODULESEric Dumazet1-0/+1
2011-04-28ipv4: Get route daddr from flow key in l2tp_ip_connect().David S. Miller1-1/+1
2011-04-28ipv4: Get route daddr from flow key in tcp_v4_connect().David S. Miller1-2/+2
2011-04-28ipv4: Get route daddr from flow key in inet_csk_route_req().David S. Miller1-1/+1
2011-04-28ipv4: Get route daddr from flow key in ip4_datagram_connect().David S. Miller1-1/+1
2011-04-28ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller1-1/+1
2011-04-28ipv4: Fetch route saddr from flow key in l2tp_ip_connect().David S. Miller1-2/+2
2011-04-28ipv4: Fetch route saddr from flow key in tcp_v4_connect().David S. Miller1-1/+1
2011-04-28ipv4: Fetch route saddr from flow key in ip4_datagram_connect().David S. Miller1-2/+2
2011-04-28ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().David S. Miller1-1/+1
2011-04-28ipv4: Use caller's on-stack flowi as-is in output route lookups.David S. Miller1-78/+80
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller5-35/+74
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller5-60/+42
2011-04-28l2tp: Fix inet_opt conversion.David S. Miller1-2/+4
2011-04-28bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław4-67/+19
2011-04-28net: fix netdev_increment_features()Michał Mirosław1-24/+11
2011-04-28net:use help function of skb_checksum_start_offset to calculate offsetShan Wei1-1/+1
2011-04-28inet: add RCU protection to inet->optEric Dumazet15-160/+224
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet4-61/+28
2011-04-27ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report().David S. Miller1-10/+0
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller5-16/+18
2011-04-27sctp: clean up route lookup callsVlad Yasevich3-29/+23
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich3-6/+2
2011-04-27sctp: make sctp over IPv6 work with IPsecVlad Yasevich1-5/+11
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich4-119/+106
2011-04-27sctp: fix sctp to work with ipv6 source address routingWeixing Shi1-1/+43
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller15-22/+74
2011-04-25bluetooth: Fix use-before-initiailized var.David S. Miller1-1/+1
2011-04-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller24-740/+1219
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko1-21/+0
2011-04-25net: make WARN_ON in dev_disable_lro() usefulMichał Mirosław1-1/+2
2011-04-25net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard2-0/+14
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville24-740/+1219
2011-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-7/+16
2011-04-22inet: constify ip headers and in6_addrEric Dumazet55-276/+280
2011-04-21Revert "bridge: Forward reserved group addresses if !STP"David S. Miller1-1/+1
2011-04-21ipv6: Remove hoplimit initialization to -1Thomas Egerer1-1/+0
2011-04-21net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław1-2/+2