summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* [IPSEC]: changing API of xfrm6_tunnel_registerKazunori MIYAZAWA2007-02-131-2/+2
* [IPSEC]: Changing API of xfrm4_tunnel_register.Kazunori MIYAZAWA2007-02-131-2/+2
* [NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to voidPatrick McHardy2007-02-122-2/+2
* [NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumptionPatrick McHardy2007-02-121-0/+6
* [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot...Patrick McHardy2007-02-121-1/+1
* [PATCH] mark struct file_operations const 1Arjan van de Ven2007-02-124-8/+8
* [NET]: Reorder fields of struct dst_entryEric Dumazet2007-02-111-10/+10
* [DECNET]: Convert decnet route to use the new dst_entry 'next' pointerEric Dumazet2007-02-111-3/+2Star
* [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointerEric Dumazet2007-02-111-1/+0Star
* [IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointerEric Dumazet2007-02-111-4/+3Star
* [NET]: Introduce union in struct dst_entry to hold 'next' pointerEric Dumazet2007-02-111-1/+6
* [NET]: change layout of ehash tableEric Dumazet2007-02-081-5/+5
* [S390]: Add AF_IUCV socket supportJennifer Hunt2007-02-081-0/+106
* [S390]: Rewrite of the IUCV base code, part 2Martin Schwidefsky2007-02-081-0/+415
* [X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding.Andrew Hendry2007-02-081-0/+1
* [X.25]: Add call forwardingAndrew Hendry2007-02-081-0/+17
* [XFRM]: Extension for dynamic update of endpoint address(es)Shinta Sugimoto2007-02-081-0/+44
* [NETFILTER]: NAT: optional source port randomization supportEric Leblond2007-02-081-0/+1
* [NETFILTER]: Add SANE connection tracking helperMichal Schmidt2007-02-081-0/+2
* [IPSEC]: exporting xfrm_state_afinfoMiika Komu2007-02-081-0/+3
* [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller2007-02-081-2/+3
* [TCP]: remove tcp header from tcp_v4_check (take #2)Frederik Deweerdt2007-02-081-3/+2Star
* [TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller2007-01-263-4/+3Star
* [SCTP]: Correctly handle unexpected INIT-ACK chunk.Vlad Yasevich2007-01-241-0/+1
* [NETFILTER]: fix xt_state compile failureMikael Pettersson2007-01-241-0/+1
* Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Jeff Garzik2007-01-081-1/+1
|\
| * [PATCH] ieee80211: WLAN_GET_SEQ_SEQ fix (select correct region)Zhu Yi2007-01-031-1/+1
* | [TCP]: Use old definition of beforeGerrit Renker2007-01-041-1/+1
* | [X25]: proper prototype for x25_init_timers()Adrian Bunk2007-01-041-0/+1
|/
* [IPV6]: Dumb typo in generic csum_ipv6_magic()Al Viro2006-12-221-1/+1
* [SCTP]: make 2 functions staticAdrian Bunk2006-12-221-2/+0Star
* [SCTP]: Fix typo adaption -> adaptation as per the latest API draft.Ivan Skytte Jorgensen2006-12-223-19/+19
* [TCP]: Fix ambiguity in the `before' relation.Gerrit Renker2006-12-221-7/+2Star
* [AX.25]: Fix unchecked rose_add_loopback_neigh usesRalf Baechle2006-12-181-2/+2
* [AX.25]: Fix unchecked ax25_linkfail_register usesRalf Baechle2006-12-181-2/+8
* [AX.25]: Fix unchecked ax25_protocol_register uses.Ralf Baechle2006-12-181-1/+8
* [AX.25]: Mark all kmalloc users __must_checkRalf Baechle2006-12-182-7/+8
* [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREESKim Nordlund2006-12-141-2/+2
* [SCTP]: Add support for SCTP_CONTEXT socket option.Ivan Skytte Jorgensen2006-12-142-0/+6
* [SCTP]: Handle address add/delete events in a more efficient way.Sridhar Samudrala2006-12-141-4/+2Star
* [NETFILTER]: x_tables: error if ip_conntrack is asked to handle IPv6 packetsYasuyuki Kozakai2006-12-141-0/+10
* [PATCH] hci endianness annotationsAl Viro2006-12-131-2/+2
* [HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle2006-12-111-0/+2
* [PATCH] sysctl: remove unused "context" paramAlexey Dobriyan2006-12-102-3/+2Star
* [AX.25]: Fix default address and broadcast address initialization.Ralf Baechle2006-12-091-3/+3
* [AX.25]: Constify ax25 utility functionsRalf Baechle2006-12-091-8/+10
* [NET]: Convert hh_lock to seqlock.Stephen Hemminger2006-12-091-0/+18
* [PATCH] tty: switch to ktermios and new frameworkAlan Cox2006-12-081-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-072-5/+21
|\
| * audit: disable ipsec auditing when CONFIG_AUDITSYSCALL=nJoy Latten2006-12-071-1/+6