summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-06-29act_mirred: don't clone skb when skb isn't sharedChangli Gao1-3/+3
2010-06-29tcp: tso_fragment() might avoid GFP_ATOMICEric Dumazet1-3/+3
2010-06-29vlan: 64 bit rx countersEric Dumazet3-25/+41
2010-06-29net: use this_cpu_ptr()Eric Dumazet3-4/+4
2010-06-27syncookies: add support for ECNFlorian Westphal4-12/+16
2010-06-27syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal2-22/+14
2010-06-26ipv6: remove ipv6_statisticsEric Dumazet1-2/+0
2010-06-26snmp: add align parameter to snmp_mib_init()Eric Dumazet6-21/+39
2010-06-26arp: RCU change in arp_solicit()Eric Dumazet1-5/+7
2010-06-26dccp: make implementation of Syn-RTT symmetricGerrit Renker2-3/+16
2010-06-26dccp: remove unused function argumentGerrit Renker4-19/+13
2010-06-26net/core/pktgen.c: Use pr_<level>Joe Perches1-78/+64
2010-06-26net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-51/+161
2010-06-25tcp: do not send reset to already closed socketsKonstantin Khorenko1-0/+4
2010-06-25net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton1-1/+0
2010-06-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-9/+15
2010-06-24net - IP_NODEFRAG option for IPv4 socketJiri Olsa3-1/+15
2010-06-24bridge: 64bit rx/tx countersEric Dumazet3-13/+23
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend1-36/+32
2010-06-22udp: Fix bogus UFO packet generationHerbert Xu1-3/+6
2010-06-21caif: Add debug connection type for CAIF.Sjur Braendeland1-0/+5
2010-06-21caif: Use link layer MTU instead of fixed MTUSjur Braendeland11-56/+155
2010-06-21caif: Bugfix - RFM must support segmentation.Sjur Braendeland5-65/+271
2010-06-21caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland8-16/+22
2010-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller30-1013/+1242
2010-06-18bridge: fdb cleanup runs too oftenstephen hemminger1-4/+2
2010-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+39
2010-06-17net: Export cred_to_ucred to modules.David S. Miller1-0/+1
2010-06-17af_unix: Allow connecting to sockets in other network namespaces.Eric W. Biederman1-5/+2
2010-06-17af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman1-22/+31
2010-06-17scm: Capture the full credentials of the scm sender.Eric W. Biederman1-0/+24
2010-06-17af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman1-3/+8
2010-06-17af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman2-15/+40
2010-06-17sock: Introduce cred_to_ucredEric W. Biederman1-0/+14
2010-06-17Clear IFF_XMIT_DST_RELEASE for teql interfacesTom Hughes1-0/+1
2010-06-17syncookies: check decoded options against sysctl settingsFlorian Westphal2-8/+21
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-06-16mac80211: fix warn, enum may be used uninitializedChristoph Fritz1-1/+1
2010-06-16inetpeer: restore small inet_peer structuresEric Dumazet3-6/+10
2010-06-16inetpeer: do not use zero refcnt for freed entriesEric Dumazet1-2/+8
2010-06-16bridge: Add const to dummy br_netpoll_send_skbHerbert Xu1-1/+1
2010-06-16bridge: Fix OOM crash in deliver_cloneHerbert Xu1-2/+2
2010-06-16ipfrag : frag_kfree_skb() cleanupEric Dumazet2-11/+5
2010-06-16ip_frag: Remove some atomic opsEric Dumazet2-4/+2
2010-06-16ipv6: syncookies: do not skip ->iif initializationFlorian Westphal1-6/+7
2010-06-16inetpeer: RCU conversionEric Dumazet1-69/+95
2010-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller29-198/+541
2010-06-16mac80211: Use a separate CCMP PN receive counter for management framesJouni Malinen5-7/+22
2010-06-16mac80211: Protect Deauthentication frame when using MFPJouni Malinen1-3/+7
2010-06-16mac80211: Fix ps-qos network latency handlingJuuso Oikarinen4-14/+15