aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-31tcp: md5: use sock_kmalloc() to limit md5 keysEric Dumazet1-2/+4
2012-01-31tcp: md5: rcu conversionEric Dumazet3-301/+111
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet2-17/+0
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2-0/+49
2012-01-30ipv6: fix RFC5722 commentEric Dumazet1-4/+3
2012-01-30net: Allow ipv6 proxies and arp proxies be shown with iproute2Tony Zelenoff1-3/+87
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller1-5/+3
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2-3/+11
2012-01-27ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller1-5/+14
2012-01-27ipv6: ndisc: Convert to dst_neigh_lookup()David S. Miller1-6/+12
2012-01-27ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller1-3/+10
2012-01-26ipv6: Use ipv6_addr_any()David S. Miller1-2/+1
2012-01-26ipv6: sit: Convert to dst_neigh_lookup()David S. Miller1-5/+15
2012-01-26ipv4/ipv6: Prepare for new route gateway semantics.David S. Miller2-1/+20
2012-01-26tcp: add LINUX_MIB_TCPRETRANSFAIL counterEric Dumazet2-1/+4
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-96/+128
2012-01-24ip_gre: Fix bug added to ipgre_tunnel_xmit().David S. Miller1-1/+3
2012-01-24ipip: Fix bug added to ipip_tunnel_xmit().David S. Miller1-0/+1
2012-01-24ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller2-7/+3
2012-01-24rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2012-01-24net: flow_dissector.c missing include linux/export.hJesper Dangaard Brouer1-0/+1
2012-01-24llc: Fix race condition in llc_ui_recvmsgRadu Iliescu1-0/+5
2012-01-22ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław1-0/+1
2012-01-22bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller1-1/+1
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-2/+2
2012-01-22tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2-2/+2
2012-01-22pktgen: Fix unsigned function that is returning negative valsPaul Gortmaker1-2/+2
2012-01-22tcp: detect loss above high_seq in recoveryYuchung Cheng2-27/+15
2012-01-22netem: Fix off-by-one bug in reorderingVijay Subramanian1-1/+1
2012-01-20tcp: fix undo after RTO for CUBICNeal Cardwell1-4/+6
2012-01-20tcp: fix undo after RTO for BICNeal Cardwell1-4/+7
2012-01-18net: race condition in ipv6 forwarding and disable_ipv6 parametersFrancesco Ruggeri1-21/+40
2012-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller4-20/+37
2012-01-18mac80211: fix work removal on deauth requestJohannes Berg1-11/+27
2012-01-18mac80211: Use the right headroom size for mesh mgmt framesJavier Cardona2-6/+6
2012-01-18mac80211: fix debugfs key->station symlinkJohannes Berg1-3/+4
2012-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-100/+123
2012-01-17openvswitch: Fix multipart datapath dumps.Ben Pfaff1-4/+3
2012-01-17ipv6: fix per device IP snmp countersEric Dumazet1-2/+2
2012-01-17inetpeer: initialize ->redirect_genid in inet_getpeer()Dan Carpenter1-0/+1
2012-01-17net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław1-2/+3
2012-01-17net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings1-12/+19
2012-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller6-12/+28
2012-01-17caif: Remove bad WARN_ON in caif_devsjur.brandeland@stericsson.com1-7/+9
2012-01-17caif: Fix typo in Vendor/Product-ID for CAIF modemssjur.brandeland@stericsson.com1-1/+1
2012-01-17net: fix some sparse errorsEric Dumazet5-20/+21
2012-01-17net: kill duplicate included headerShan Wei3-3/+0
2012-01-17net: Use device model to get driver name in skb_gso_segment()Ben Hutchings1-4/+4
2012-01-17bridge: BH already disabled in br_fdb_cleanup()Eric Dumazet1-2/+2
2012-01-17mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa1-2/+4