aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-08[XFRM]: Fix missed error setting in xfrm4_policy.cDavid S. Miller1-0/+1
2007-02-08[IPSEC]: IPv4 over IPv6 IPsec tunnelMiika Komu2-27/+65
2007-02-08[IPSEC]: IPv6 over IPv4 IPsec tunnelMiika Komu2-26/+77
2007-02-08[IPSEC]: exporting xfrm_state_afinfoMiika Komu3-5/+7
2007-02-08[DCCP]: Warning fixes.Andrew Morton1-2/+3
2007-02-08[NET] net/wanrouter/wanmain.c: cleanupsAdrian Bunk1-9/+8
2007-02-08[ATM]: Fix for crash in adummy_init()Daniel Walker1-1/+2
2007-02-08[NET]: user of the jiffies rounding code: NetworkingArjan van de Ven3-3/+13
2007-02-08[TCP]: Don't apply FIN exception to full TSO segments.John Heffner1-1/+2
2007-02-08[TCP]: Check num sacks in SACK fast pathBaruch Even1-0/+5
2007-02-08[TCP]: Seperate DSACK from SACK fast pathBaruch Even1-35/+31
2007-02-08[TCP]: Advance fast path pointer for first block onlyBaruch Even1-10/+24
2007-02-08[PACKET]: Fix skb->cb clobbering between aux and sockaddrHerbert Xu1-16/+30
2007-02-08[PACKET]: Add optional checksum computation for recvmsgHerbert Xu1-9/+48
2007-02-08[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller11-11/+11
2007-02-08[TCP]: remove tcp header from tcp_v4_check (take #2)Frederik Deweerdt4-9/+9
2007-02-08[IPV6] ROUTE: Do not route packets to link-local address on other device.YOSHIFUJI Hideaki1-5/+14
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy12-85/+149
2007-02-08[NET_SCHED] sch_prio: class statistics printing enabledJarek Poplawski1-0/+15
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds6-195/+226
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman6-195/+226
2007-02-07[IPSEC]: added the entry of Camellia cipher algorithm to ealg_list[]Noriaki TAKAMIYA1-0/+17
2007-02-05[PATCH] softmac: avoid assert in ieee80211softmac_wx_get_rateJohn W. Linville1-0/+6
2007-02-02[NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_NF_CONNTRACK_H323=yAdrian Bunk1-1/+1
2007-02-02[NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=nPatrick McHardy2-0/+4
2007-02-02[NET_SCHED]: act_ipt: fix regression in ipt actionPatrick McHardy1-3/+5
2007-01-30[NETFILTER]: xt_hashlimit: fix ip6tables dependencyPatrick McHardy1-1/+1
2007-01-30[SCTP]: Force update of the rto when processing HB-ACKVlad Yasevich1-0/+6
2007-01-30[IPV6]: fix BUG of ndisc_send_redirect()Li Yewang1-0/+7
2007-01-30[IPV6]: Fix up some CONFIG typosNeil Horman1-2/+2
2007-01-30[NETFILTER]: SIP conntrack: fix out of bounds memory accessPatrick McHardy2-2/+2
2007-01-30[NETFILTER]: SIP conntrack: fix skipping over user info in SIP headersLars Immisch2-2/+14
2007-01-30[NETFILTER]: xt_connbytes: fix division by zeroPatrick McHardy1-17/+12
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external eventsNeilBrown2-21/+24
2007-01-26[IPV4]: Fix single-entry /proc/net/fib_trie output.Robert Olsson1-6/+7
2007-01-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-53/+75
2007-01-26[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsNeilBrown1-0/+2
2007-01-26[PATCH] knfsd: fix setting of ACL server versionsNeilBrown1-1/+2
2007-01-26[NETFILTER]: nf_conntrack_pptp: fix NAT setup of expected GRE connectionsPatrick McHardy1-1/+1
2007-01-26[NETFILTER]: nf_nat_pptp: fix expectation removalPatrick McHardy1-2/+2
2007-01-26[NETFILTER]: nf_nat: fix ICMP translation with statically linked conntrackPatrick McHardy1-10/+10
2007-01-26[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller5-6/+9
2007-01-25[AF_PACKET]: Check device down state before hard header callbacks.David S. Miller1-8/+8
2007-01-25[DECNET]: Handle a failure in neigh_parms_alloc (take 2)Eric W. Biederman1-2/+9
2007-01-25[TCP]: Fix sorting of SACK blocks.Baruch Even1-4/+5
2007-01-24[AF_PACKET]: Fix BPF handling.David S. Miller1-15/+15
2007-01-24[IPV4]: Fix the fib trie iterator to work with a single entry routing tablesEric W. Biederman1-5/+16
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust2-6/+5
2007-01-23[SCTP]: Fix compiler warning.Brian Haley1-3/+0
2007-01-23[IPV6]: Fixed the size of the netlink message notified by inet6_rt_notify().Noriaki TAKAMIYA1-0/+1