summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: Use appropriate sock tclass setting for routing lookup.YOSHIFUJI Hideaki2008-04-141-1/+1
* [SCTP]: Fix compiler warning about const qualifiersVlad Yasevich2008-04-131-1/+1
* [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng2008-04-131-0/+1
* [TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen2008-04-081-0/+2
* [LLC]: skb allocation size for responsesJoonwoo Park2008-04-012-4/+7
* [LLC]: station source mac addressJoonwoo Park2008-03-291-1/+0Star
* [IPSEC]: Fix BEET outputHerbert Xu2008-03-271-0/+6
* [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-241-0/+23
* [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov2008-03-241-0/+4
* [SCTP]: Fix build warnings with IPV6 disabled.David S. Miller2008-03-211-1/+1
* [SCTP]: Fix a race between module load and protosw accessVlad Yasevich2008-03-201-4/+8
* xfrm: ->eth_proto is __be16Al Viro2008-03-181-1/+1
* [NET]: Fix tbench regression in 2.6.25-rc1Zhang Yanmin2008-03-131-9/+14
* [NETFILTER]: nf_conntrack: replace horrible hack with ksize()Pekka Enberg2008-03-111-1/+0Star
* [NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov2008-03-071-1/+0Star
* bluetooth: Make hci_sock_cleanup() return voidTobias Klauser2008-03-061-1/+1
* irda: replace __inline with inlineHarvey Harrison2008-03-061-3/+3
* [TCP]: Improve ipv4 established hash function.David S. Miller2008-03-041-1/+2
* [SCTP]: Update AUTH structures to match declarations in draft-16.Vlad Yasevich2008-02-281-4/+6
* [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.Pavel Emelyanov2008-02-241-2/+0Star
* net: fix kernel-doc warnings in header filesRandy Dunlap2008-02-191-0/+1
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-131-1/+4
* [IPV6]: remove unused method declaration (net/ndisc.h).Rami Rosen2008-02-131-1/+0Star
* [AX25] ax25_ds_timer: use mod_timer instead of add_timerJarek Poplawski2008-02-131-0/+1
* [AX25] ax25_timer: use mod_timer instead of add_timerJarek Poplawski2008-02-131-0/+1
* Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lks...David S. Miller2008-02-0910-39/+39
|\
| * [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-0510-39/+39
* | [TIPC]: Kill unused static inline (x5)Ilpo Järvinen2008-02-081-16/+0Star
* | [IPV6] Minor cleanup: remove unused definitions in net/ip6_fib.hRami Rosen2008-02-081-13/+0Star
* | [IPV6] Minor clenup: remove two unused definitions in net/ip6_route.hRami Rosen2008-02-081-2/+0Star
* | [NETFILTER]: nf_conntrack: fix ct_extend ->move operationPatrick McHardy2008-02-081-1/+1
* | 9p: transport API reorganizationEric Van Hensbergen2008-02-073-65/+8Star
* | 9p: add support for sticky bitAnthony Liguori2008-02-071-0/+1
* | 9p: block-based virtio clientEric Van Hensbergen2008-02-071-1/+1
* | 9p: create transport rpc cut-thruEric Van Hensbergen2008-02-071-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-053-5/+11
|\|
| * [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.Pavel Emelyanov2008-02-051-1/+1
| * [IPV6]: Fix sysctl compilation error.Daniel Lezcano2008-02-051-4/+2Star
| * [IPV4]: Fix compile error building without CONFIG_FS_PROCLi Zefan2008-02-051-0/+8
* | NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore2008-02-051-6/+41
|/
* [IPV6]: Reorg struct ifmcaddr6 to save some bytesArnaldo Carvalho de Melo2008-02-031-1/+1
* [INET_TIMEWAIT_SOCK]: Reorganize struct inet_timewait_sock to save some bytesArnaldo Carvalho de Melo2008-02-031-1/+1
* [INET6]: Reorganize struct inet6_dev to save 8 bytesArnaldo Carvalho de Melo2008-02-031-2/+2
* [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-034-48/+16Star
* [NETNS]: Lookup in FIB semantic hashes taking into account the namespace.Denis V. Lunev2008-02-011-1/+1
* [NETNS]: Add a namespace mark to fib_info.Denis V. Lunev2008-02-011-0/+1
* [IPV4]: fib_sync_down rework.Denis V. Lunev2008-02-011-1/+2
* [NET_SCHED]: Constify struct tcf_ext_mapPatrick McHardy2008-02-011-3/+3
* [IPV4] route cache: Introduce rt_genid for smooth cache invalidationEric Dumazet2008-02-011-0/+1
* [NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov2008-02-011-7/+10