summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...David S. Miller2008-08-051-2/+11
|\
| * mac80211: make listen_interval be limited by low level driverTomas Winkler2008-08-041-1/+8
| * mac80211: pass dtim_period to low level driverEmmanuel Grumbach2008-08-041-1/+3
* | ipv4: remove unused field in struct flowi (include/net/flow.h).Rami Rosen2008-08-051-1/+0Star
* | net: Kill plain NET_XMIT_BYPASS.David S. Miller2008-08-051-11/+1Star
* | net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski2008-08-051-3/+3
* | net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski2008-08-051-1/+13
* | sctp: Drop ipfargok in sctp_xmit functionHerbert Xu2008-08-041-2/+1Star
|/
* pkt_sched: Make sure RTNL is held in qdisc_root_lock().David S. Miller2008-08-031-0/+12
* ipvs: Move userspace definitions to include/linux/ip_vs.hJulius Volz2008-08-011-245/+8Star
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-6/+0Star
* mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-291-1/+0Star
* net: missing bits of net-namespace / sysctlAl Viro2008-07-272-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-273-2/+6
|\
| * [PATCH] f_count may wrap aroundAl Viro2008-07-271-1/+1
| * [PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns onesAl Viro2008-07-271-0/+2
| * [PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro2008-07-271-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-271-2/+3
|\ \ | |/ |/|
| * net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-261-0/+6
|\|
| * ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2008-07-251-0/+6
* | include: use get/put_unaligned_* helpersHarvey Harrison2008-07-251-1/+1
|/
* ipv6: icmp6_dst_gc return changeStephen Hemminger2008-07-221-1/+1
* netns: dont alloc ipv6 fib timer listStephen Hemminger2008-07-221-1/+1
* ipv6: make struct ipv6_devconf staticAdrian Bunk2008-07-221-2/+0Star
* sctp: make sctp_outq_flush() staticAdrian Bunk2008-07-221-1/+0Star
* netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2008-07-213-6/+53
* netlink: add NLA_PUT_BE64 macroKrzysztof Piotr Oledzki2008-07-211-0/+3
* pkt_sched: Fix build with NET_SCHED disabled.David S. Miller2008-07-211-0/+2
* net_sched: Add size table for qdiscsJussi Kivilinna2008-07-202-1/+25
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-6/+11
* net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-201-0/+10
* net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki2008-07-201-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-07-194-10/+80
|\
| * [Bluetooth] Store remote modem status for RFCOMM TTYMarcel Holtmann2008-07-141-0/+1
| * [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCOMarcel Holtmann2008-07-141-0/+1
| * [Bluetooth] Export details about authentication requirementsMarcel Holtmann2008-07-142-4/+16
| * [Bluetooth] Use ACL config stage to retrieve remote featuresMarcel Holtmann2008-07-142-1/+4
| * [Bluetooth] Track status of remote Simple Pairing modeMarcel Holtmann2008-07-142-0/+8
| * [Bluetooth] Track status of Simple Pairing modeMarcel Holtmann2008-07-142-0/+12
| * [Bluetooth] Disable disconnect timer during Simple PairingMarcel Holtmann2008-07-141-0/+11
| * [Bluetooth] Make use of the default link policy settingsMarcel Holtmann2008-07-141-0/+11
| * [Bluetooth] Track connection packet type changesMarcel Holtmann2008-07-142-0/+10
| * [Bluetooth] Disconnect when encryption gets disabledMarcel Holtmann2008-07-141-5/+5
| * [Bluetooth] Enforce security for outgoing RFCOMM connectionsMarcel Holtmann2008-07-141-0/+1
* | ipv6: remove unused macros from net/ipv6.hDenis V. Lunev2008-07-191-6/+0Star
* | ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev2008-07-191-3/+1Star
* | tcp: options clean upAdam Langley2008-07-191-0/+2
* | tcp: Fix MD5 signatures for non-linear skbsAdam Langley2008-07-191-17/+12Star
* | sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2008-07-191-9/+14