aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet4-5/+6
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet2-18/+26
2009-10-24gre: convert hash tables locking to RCUEric Dumazet1-17/+23
2009-10-24ip6tnl: convert hash tables locking to RCUEric Dumazet1-19/+25
2009-10-24ipip: convert hash tables locking to RCUEric Dumazet1-21/+28
2009-10-24xfrm6_tunnel: RCU conversionEric Dumazet1-19/+28
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet1-18/+27
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet1-23/+50
2009-10-22pkt_sched: skbedit add support for setting markjamal1-1/+16
2009-10-22rtnetlink: rtnl_setlink() and rtnl_getlink() changesEric Dumazet1-19/+19
2009-10-20net: Use sk_tx_queue_mapping for connected socketsKrishna Kumar1-6/+18
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar4-5/+11
2009-10-20net: IPv6 changesKrishna Kumar1-2/+1
2009-10-20net: Introduce sk_tx_queue_mappingKrishna Kumar1-1/+4
2009-10-20filter: Add SKF_AD_QUEUE instructionEric Dumazet1-0/+3
2009-10-20af_packet: mc_drop/flush_mclist changesEric Dumazet1-8/+4
2009-10-20af_packet: Avoid cache line dirtyingEric Dumazet1-1/+1
2009-10-19IP: CleanupsJohn Dykstra3-5/+2
2009-10-19pkt_sched: ingress socket filter by markjamal1-0/+3
2009-10-18xfrm: remove skb_icv_walkSteffen Klassert1-78/+0
2009-10-18ah6: convert to ahashSteffen Klassert1-80/+272
2009-10-18ah4: convert to ahashSteffen Klassert1-59/+236
2009-10-18net: sk_drops consolidation part 2Eric Dumazet4-2/+6
2009-10-18inet: rename some inet_sock fieldsEric Dumazet38-335/+351
2009-10-17genetlink: Optimize and one bug fix in genl_generate_id()Krishna Kumar1-16/+8
2009-10-17genetlink: Optimize genl_register_family()Krishna Kumar1-5/+3
2009-10-17af_iucv: remove duplicate sock_set_flagUrsula Braun1-1/+0
2009-10-17af_iucv: use sk functions to modify sk->sk_ack_backlogHendrik Brueckner1-2/+2
2009-10-15Phonet: hold socket before giving it to sk_deliver_skb()Rémi Denis-Courmont1-1/+3
2009-10-14net: sk_drops consolidationEric Dumazet9-34/+20
2009-10-14Phonet: forward incoming packetsRémi Denis-Courmont1-0/+32
2009-10-14Phonet: route outgoing packetsRémi Denis-Courmont1-5/+12
2009-10-14Phonet: routing table Netlink interfaceRémi Denis-Courmont2-0/+161
2009-10-14Phonet: routing table backendRémi Denis-Courmont1-6/+94
2009-10-14Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont2-0/+27
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-33/+49
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-10/+3
2009-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-2/+4
2009-10-13x25: bit and/or confusion in x25_ioctl()?roel kluin1-1/+1
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet7-19/+19
2009-10-13ipv6: fix devconf after adding force_tllao optionCosmin Ratiu1-0/+1
2009-10-13udp: Fix udp_poll() and ioctl()Eric Dumazet1-30/+43
2009-10-13tcp: fix tcp_defer_accept to consider the timeoutWilly Tarreau1-0/+1
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2-45/+213
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman17-19/+48
2009-10-12mac80211: document ieee80211_rx() context requirementJohannes Berg1-0/+2
2009-10-12mac80211: fix ibss raceJohannes Berg1-1/+1
2009-10-12mac80211: fix logic error ibss merge bssid checkFelix Fietkau1-1/+1
2009-10-12Revert "af_packet: add interframe drop cmsg (v6)"David S. Miller1-33/+0
2009-10-11ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明1-3/+6