summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: enable IBSS mergingBruno Randolf2008-02-291-1/+2
* mac80211: better definition of mactimeBruno Randolf2008-02-291-1/+2
* mac80211: Extend filter flag documentation about unsupported flagsMichael Buesch2008-02-291-2/+12
* mac80211: give burst time in txop rather than 0.1msec unitsJohannes Berg2008-02-291-6/+6
* nl80211: Add monitor interface configuration flagsMichael Wu2008-02-291-2/+22
* cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-292-163/+202
* mac80211: A-MPDU Tx change tx_status to support Block Ack dataRon Rindjunsky2008-02-291-9/+12
* mac80211: A-MPDU Tx adding qdisc supportRon Rindjunsky2008-02-291-2/+6
* mac80211: A-MPDU Tx add session's and low level driver's APIRon Rindjunsky2008-02-291-2/+84
* [IPV6]: Fix source address selection for ORCHID addressesJuha-Matti Tapio2008-02-281-0/+10
* [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-231-2/+0
* net: fix kernel-doc warnings in header filesRandy Dunlap2008-02-181-0/+1
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-121-1/+4
* [IPV6]: remove unused method declaration (net/ndisc.h).Rami Rosen2008-02-121-1/+0
* [AX25] ax25_ds_timer: use mod_timer instead of add_timerJarek Poplawski2008-02-121-0/+1
* [AX25] ax25_timer: use mod_timer instead of add_timerJarek Poplawski2008-02-121-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-071-16/+0
* | [IPV6] Minor cleanup: remove unused definitions in net/ip6_fib.hRami Rosen2008-02-071-13/+0
* | [IPV6] Minor clenup: remove two unused definitions in net/ip6_route.hRami Rosen2008-02-071-2/+0
* | [NETFILTER]: nf_conntrack: fix ct_extend ->move operationPatrick McHardy2008-02-071-1/+1
* | 9p: transport API reorganizationEric Van Hensbergen2008-02-063-65/+8
* | 9p: add support for sticky bitAnthony Liguori2008-02-061-0/+1
* | 9p: block-based virtio clientEric Van Hensbergen2008-02-061-1/+1
* | 9p: create transport rpc cut-thruEric Van Hensbergen2008-02-061-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/+2
| * [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/+16
* [NETNS]: Lookup in FIB semantic hashes taking into account the namespace.Denis V. Lunev2008-01-311-1/+1
* [NETNS]: Add a namespace mark to fib_info.Denis V. Lunev2008-01-311-0/+1
* [IPV4]: fib_sync_down rework.Denis V. Lunev2008-01-311-1/+2
* [NET_SCHED]: Constify struct tcf_ext_mapPatrick McHardy2008-01-311-3/+3
* [IPV4] route cache: Introduce rt_genid for smooth cache invalidationEric Dumazet2008-01-311-0/+1
* [NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov2008-01-311-7/+10
* [NETNS]: Tcp-v4 sockets per-net lookup.Pavel Emelyanov2008-01-311-21/+27
* [NETNS]: Make bind buckets live in net namespaces.Pavel Emelyanov2008-01-311-0/+2
* [INET]: Consolidate inet(6)_hash_connect.Pavel Emelyanov2008-01-311-0/+5
* [NETFILTER]: nf_conntrack: annotate l3protos with constJan Engelhardt2008-01-311-2/+2
* [NETFILTER]: nf_{conntrack,nat}_proto_tcp: constify and annotate TCP modulesJan Engelhardt2008-01-311-1/+1
* [NETFILTER]: nf_conntrack: naming unificationPatrick McHardy2008-01-313-7/+7
* [NETFILTER]: nf_conntrack: reorder struct nf_conntrack_l4protoPatrick McHardy2008-01-311-10/+9
* [NETFILTER]: nf_conntrack: avoid duplicate protocol comparison in nf_ct_tuple...Patrick McHardy2008-01-311-9/+8