summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* net: Add a test to see if a skb is freeable in irq contextEric W. Biederman2014-04-011-0/+13
* net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-012-75/+22
* mac802154: make csma/cca parameters per-wpanPhoebe Buckheister2014-04-011-1/+1
* net-gro: restore frag0 optimizationEric Dumazet2014-03-311-5/+0
* net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-311-0/+3
* net: export NET_ADDR_* values to user-space APIFlorian Fainelli2014-03-311-7/+0
* net: Allow modules to use is_skb_forwardableVlad Yasevich2014-03-311-0/+1
* net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov2014-03-312-11/+64
* net: isdn: use sk_unattached_filter apiDaniel Borkmann2014-03-311-3/+2
* net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann2014-03-311-8/+2
* net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann2014-03-311-4/+0
* net: filter: move filter accounting to filter coreDaniel Borkmann2014-03-311-13/+17
* net: filter: keep original BPF program aroundDaniel Borkmann2014-03-311-2/+13
* net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-311-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-294-4/+11
|\
| * vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2014-03-281-0/+7
| * net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-281-1/+1
| * core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-271-2/+2
| * usbnet: include wait queue head in device structureOliver Neukum2014-03-271-1/+1
* | netpoll: Respect NETIF_F_LLTXEric W. Biederman2014-03-291-0/+5
* | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2014-03-291-4/+4
* | netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-292-3/+2
* | net: net: add a core netdev->tx_dropped counterEric Dumazet2014-03-281-3/+4
* | net/mlx4: Implement vxlan ndo callsOr Gerlitz2014-03-281-1/+1
* | mlx4: Add support for CONFIG_DEV commandOr Gerlitz2014-03-282-0/+3
* | net: sxgbe: add basic framework for Samsung 10Gb ethernet driverSiva Reddy2014-03-261-0/+54
* | vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong2014-03-261-0/+7
* | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-14/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-254-9/+9
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-242-3/+8
| |\
| | * net: cdc_ncm: fix control message orderingBjørn Mork2014-03-181-0/+1
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-03-181-3/+7
| | |\
| | | * selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-3/+7
| * | | Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-201-4/+0
| |\ \ \
| | * | | tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2014-03-201-4/+0
| | |/ /
| * / / mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins2014-03-201-2/+1
| |/ /
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-252-0/+5
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-212-0/+5
| |\ \ \
| | * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-03-201-0/+4
| | |\ \ \
| | | * | | wireless: max MSDU size for DMG networksVladimir Kondratiev2014-03-191-0/+4
| | * | | | brcmfmac: add BCM4354 SDIO interface supportFranky Lin2014-03-171-0/+1
* | | | | | if_vlan: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman2014-03-241-1/+1
* | | | | | ptp: introduce programmable pins.Richard Cochran2014-03-211-0/+33
|/ / / / /
* | | | | net: cdc_ncm: respect operator preferred MTU reported by MBIMBen Chan2014-03-201-0/+1
* | | | | 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
* | | | | 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
OpenPOWER on IntegriCloud