aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-23bridge: 64bit rx/tx countersEric Dumazet3-13/+23
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend1-36/+32
2010-06-20caif: Add debug connection type for CAIF.Sjur Braendeland1-0/+5
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland11-56/+155
2010-06-20caif: Bugfix - RFM must support segmentation.Sjur Braendeland5-65/+271
2010-06-20caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland8-16/+22
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller30-1013/+1242
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-2/+39
2010-06-16net: Export cred_to_ucred to modules.David S. Miller1-0/+1
2010-06-16af_unix: Allow connecting to sockets in other network namespaces.Eric W. Biederman1-5/+2
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman1-22/+31
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman1-0/+24
2010-06-16af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman1-3/+8
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman2-15/+40
2010-06-16sock: Introduce cred_to_ucredEric W. Biederman1-0/+14
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal2-8/+21
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-15inetpeer: do not use zero refcnt for freed entriesEric Dumazet1-2/+8
2010-06-15bridge: Add const to dummy br_netpoll_send_skbHerbert Xu1-1/+1
2010-06-15ipfrag : frag_kfree_skb() cleanupEric Dumazet2-11/+5
2010-06-15ip_frag: Remove some atomic opsEric Dumazet2-4/+2
2010-06-15ipv6: syncookies: do not skip ->iif initializationFlorian Westphal1-6/+7
2010-06-15inetpeer: RCU conversionEric Dumazet1-69/+95
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller29-198/+541
2010-06-15mac80211: Use a separate CCMP PN receive counter for management framesJouni Malinen5-7/+22
2010-06-15mac80211: Protect Deauthentication frame when using MFPJouni Malinen1-3/+7
2010-06-15mac80211: Fix ps-qos network latency handlingJuuso Oikarinen4-14/+15
2010-06-15tcp: unify tcp flag macrosChangli Gao5-58/+47
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko16-46/+68
2010-06-15net: add rx_handler data pointerJiri Pirko2-2/+6
2010-06-15bridge: Fix netpoll supportHerbert Xu4-84/+120
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu1-79/+97
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu1-0/+10
2010-06-15netpoll: Add locking for netpoll_setup/cleanupHerbert Xu1-75/+76
2010-06-15netpoll: Fix RCU usageHerbert Xu1-8/+12
2010-06-15bridge: Remove redundant npinfo NULL settingHerbert Xu1-1/+0
2010-06-15netpoll: Set npinfo to NULL even with ndo_netpoll_cleanupHerbert Xu1-2/+1
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy130-2004/+3310
2010-06-15netfilter: xtables: idletimer target implementationLuciano Coelho3-0/+327
2010-06-15netfilter: CLUSTERIP: RCU conversionEric Dumazet1-19/+29
2010-06-14inetpeer: various changesEric Dumazet1-38/+56
2010-06-14ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet1-8/+11
2010-06-14ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet1-6/+4
2010-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-06-14mac80211: Fix circular locking dependency in ARP filter handlingJuuso Oikarinen6-74/+58
2010-06-14mac80211: remove BSS from cfg80211 list when leaving IBSSTeemu Paasikivi1-0/+25
2010-06-14mac80211: Set changed basic rates flagTeemu Paasikivi1-0/+1
2010-06-14mac80211: Set basic rates while joining ibss networkTeemu Paasikivi3-1/+54
2010-06-14mac80211: bracket driver tracingJohannes Berg2-122/+156