summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-264-84/+229
* ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-251-10/+6
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-252-1/+2
|\
| * netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov2013-03-191-0/+1
| * ipvs: fix some sparse warningsJulian Anastasov2013-03-191-1/+1
* | ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa2013-03-241-0/+2
* | inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future ...Hannes Frederic Sowa2013-03-241-0/+12
* | ipv6: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-223-3/+7
|\ \
| * | net: fix *_DIAG_MAX constantsAndrey Vagin2013-03-212-2/+6
| * | thermal: shorten too long mcast group nameMasatake YAMATO2013-03-201-1/+1
* | | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-1/+1
* | | decnet: Parse netlink attributes on our ownThomas Graf2013-03-221-22/+6
* | | mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli2013-03-221-1/+0
* | | virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell2013-03-221-6/+0
* | | filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann2013-03-211-0/+10
* | | netlink: Diag core and basic socket info dumping (v2)Andrey Vagin2013-03-211-0/+42
* | | tcp: implement RFC5682 F-RTOYuchung Cheng2013-03-211-1/+2
* | | tcp: refactor F-RTOYuchung Cheng2013-03-212-8/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-207-55/+292
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-184-3/+11
| |\ \ \
| * | | | NFC: llcp: Service Name Lookup netlink interfaceThierry Escande2013-03-101-0/+12
| * | | | NFC: llcp: Implement socket optionsSamuel Ortiz2013-03-102-0/+5
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-084-52/+272
| |\ \ \ \
| | * | | | nl80211: user_mpm overrides auto_open_plinksThomas Pedersen2013-03-061-2/+4
| | * | | | cfg80211: rename mesh station typesThomas Pedersen2013-03-061-4/+4
| | * | | | nl80211: explicit userspace MPMThomas Pedersen2013-03-062-7/+20
| | * | | | mac80211: restrict peer's VHT capabilities to ownJohannes Berg2013-03-062-4/+4
| | * | | | mac80211: remove IEEE80211_KEY_FLAG_WMM_STAJohannes Berg2013-03-061-3/+0
| | * | | | cfg80211: Extend support for IEEE 802.11r Fast BSS TransitionJouni Malinen2013-03-062-0/+60
| | * | | | mac80211: Allow drivers to differentiate between ROC typesIlan Peer2013-03-061-1/+20
| | * | | | cfg80211: add ability to override VHT capabilitiesJohannes Berg2013-03-062-0/+15
| | * | | | wireless: remove unused VHT MCS definesJohannes Berg2013-03-061-5/+0
| | * | | | ieee80211: mark 802.11 related structs as being 2-byte alignedFelix Fietkau2013-03-061-8/+8
| | * | | | wireless: move sequence number arithmetic to ieee80211.hJohannes Berg2013-03-061-0/+28
| | * | | | nl80211: allow splitting wiphy information in dumpsJohannes Berg2013-03-061-0/+28
| | * | | | cfg80211: comprehensively check station changesJohannes Berg2013-03-062-4/+60
| | * | | | cfg80211: constify station parameter pointersJohannes Berg2013-03-061-4/+4
| | * | | | cfg80211: clean up mesh plink station change APIJohannes Berg2013-03-062-14/+21
| * | | | | ssb: fix unaligned access to mac addressHauke Mehrtens2013-03-061-3/+3
| |/ / / /
* | | | | connector: Added coredumping event to the process connectorJesper Derehag2013-03-202-1/+13
* | | | | filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann2013-03-202-1/+3
* | | | | net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann2013-03-201-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-2027-50/+151
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | flow_keys: include thoff into flow_keys for later usageDaniel Borkmann2013-03-201-0/+1
| * | | | udp: add encap_destroy callbackTom Parkin2013-03-201-0/+1
| * | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-03-201-0/+12
| |\ \ \ \
| | * | | | ipvs: add backup_only flag to avoid loopsJulian Anastasov2013-03-191-0/+12
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-195-13/+28
| |\ \ \ \ \
| | * | | | | inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-191-0/+9