summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | if_vlan: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman2014-03-251-1/+1
* | | | | | | | ipv4: remove ip_rt_dump from route.cLi RongQing2014-03-241-1/+0
* | | | | | | | net: optimize csum_replace2()Eric Dumazet2014-03-241-2/+21
* | | | | | | | ptp: introduce programmable pins.Richard Cochran2014-03-212-1/+71
|/ / / / / / /
* | | | | | | net: cdc_ncm: respect operator preferred MTU reported by MBIMBen Chan2014-03-201-0/+1
* | | | | | | USB: cdc: add MBIM extended functional descriptor structureBen Chan2014-03-201-0/+12
* | | | | | | net/mlx4: Adapt code for N-Port VFMatan Barak2014-03-201-0/+1
* | | | | | | net/mlx4: Add utils for N-Port VFsMatan Barak2014-03-201-0/+27
* | | | | | | net/mlx4: Add data structures to support N-Ports per VFMatan Barak2014-03-201-0/+7
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-03-182-24/+30
|\ \ \ \ \ \ \
| * | | | | | | xfrm6: Remove xfrm_tunnel_notifierSteffen Klassert2014-03-141-8/+0
| * | | | | | | xfrm6: Add IPsec protocol multiplexerSteffen Klassert2014-03-141-0/+15
| * | | | | | | xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert2014-03-141-12/+11
| * | | | | | | xfrm: rename struct xfrm_filterNicolas Dichtel2014-03-072-4/+4
* | | | | | | | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2014-03-172-101/+0
* | | | | | | | netpoll: Move all receive processing under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-171-33/+40
* | | | | | | | netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-171-2/+9
* | | | | | | | netpoll: Don't drop all received packets.Eric W. Biederman2014-03-171-2/+1
* | | | | | | | netpoll: Add netpoll_rx_processingEric W. Biederman2014-03-171-4/+14
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-03-179-23/+96
|\ \ \ \ \ \ \ \
| * | | | | | | | netfilter: nf_tables: restore context for expression destructorsPatrick McHardy2014-03-081-9/+4
| * | | | | | | | netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer2014-03-072-1/+8
| * | | | | | | | netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer2014-03-071-0/+2
| * | | | | | | | netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer2014-03-072-4/+10
| * | | | | | | | netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer2014-03-071-1/+7
| * | | | | | | | netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-062-2/+8
| * | | | | | | | netfilter: ipset: kernel: uapi: fix MARKMASK attr ABI breakageFlorian Westphal2014-03-061-2/+2
| * | | | | | | | netfilter: ipset: Prepare the kernel for create option flags when no extensio...Jozsef Kadlecsik2014-03-062-0/+8
| * | | | | | | | netfilter: ipset: add markmask for hash:ip,mark data typeVytas Dauksa2014-03-061-0/+2
| * | | | | | | | netfilter: ipset: add hash:ip,mark data type to ipsetVytas Dauksa2014-03-062-4/+7
| * | | | | | | | netfilter: nf_tables: add optional user data area to rulesPablo Neira Ayuso2014-02-272-3/+13
| * | | | | | | | netfilter: nf_tables: add nft_dereference() macroPatrick McHardy2014-02-251-0/+4
| * | | | | | | | netfilter: nfnetlink: add rcu_dereference_protected() helpersPatrick McHardy2014-02-251-0/+21
| * | | | | | | | netfilter: nft_ct: labels get supportFlorian Westphal2014-02-192-1/+4
* | | | | | | | | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-151-8/+8
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-1515-24/+67
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-141-1/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-111-0/+5
| | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski2014-03-061-1/+0
| * | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-03-131-0/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: KVM: fix non-VGIC compilationMarc Zyngier2014-03-061-0/+5
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-03-111-1/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | audit: Send replies in the proper network namespace.Eric W. Biederman2014-03-011-1/+2
| * | | | | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-03-113-3/+7
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-113-3/+7
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-03-102-14/+21
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | get rid of fget_light()Al Viro2014-03-102-11/+12
| | * | | | | | | | | | vfs: atomic f_pos accesses as per POSIXLinus Torvalds2014-03-102-3/+9
| * | | | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-03-101-0/+4
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge tag 'bcm-for-3.14-pinctrl-reduced-rename' of git://github.com/broadcom/...Olof Johansson2014-03-0917-30/+132
| | |\ \ \ \ \ \ \ \ \ \ \