summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller2013-11-111-2/+96
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-32/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-081-0/+20
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-11-051-0/+20
| |\
| | * mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh2013-10-281-0/+20
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-041-0/+1
| |\ \
* | | | net: skbuff - kernel-doc fixesMathias Krause2013-11-071-1/+1
* | | | net: move pskb_put() to core codeMathias Krause2013-11-071-0/+1
* | | | net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev2013-11-071-1/+1
* | | | net/mlx4_core: ICM pages are allocated on device NUMA nodeEugenia Emantayev2013-11-071-0/+1
* | | | net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2013-11-073-1/+38
* | | | net: make ndev->irq signed for error handlingDan Carpenter2013-11-071-1/+1
* | | | net/vlan: Provide read access to the vlan egress mapEyal Perry2013-11-071-1/+8
* | | | net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-useEnrico Mioso2013-11-051-0/+3
* | | | net: introduce skb_coalesce_rx_frag()Jason Wang2013-11-041-0/+3
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-041-0/+10
|\ \ \ \
| * | | | netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik2013-10-221-0/+10
* | | | | mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein2013-11-041-0/+17
* | | | | net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein2013-11-041-1/+1
* | | | | net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware specJack Morgenstein2013-11-041-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-043-9/+10
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-041-2/+3
| |\ \ \ \ \
| | * | | | | netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2013-10-251-2/+3
| * | | | | | ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause2013-11-031-3/+3
| * | | | | | percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen2013-10-301-4/+4
| |/ / / / /
* | | | | | net: extend net_device allocation to vmalloc()Eric Dumazet2013-11-031-0/+1
* | | | | | net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-031-3/+10
* | | | | | lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2013-11-031-0/+40
* | | | | | net: cdc_ncm: drop "extern" from header declarationsBjørn Mork2013-11-021-6/+6
* | | | | | net: cdc_ncm: remove descriptor pointersBjørn Mork2013-11-021-3/+1
* | | | | | net: cdc_ncm: remove ncm_parm fieldBjørn Mork2013-11-021-1/+0
* | | | | | net: cdc_ncm: remove tx_speed and rx_speed fieldsBjørn Mork2013-11-021-2/+0
* | | | | | net: cdc_ncm: remove unused udev fieldBjørn Mork2013-11-021-1/+0
* | | | | | net: cdc_ncm: remove redundant netdev fieldBjørn Mork2013-11-021-2/+1
* | | | | | net: cdc_ncm: remove redundant endpoint pointersBjørn Mork2013-11-021-3/+0
* | | | | | net: cdc_ncm: remove redundant "intf" fieldBjørn Mork2013-11-021-1/+0
* | | | | | net: cdc_ncm: add include protection to cdc_ncm.hBjørn Mork2013-11-021-0/+5
* | | | | | net: add might_sleep() call to napi_disableJacob Keller2013-10-291-0/+1
* | | | | | ipv6: Remove privacy config option.David S. Miller2013-10-281-2/+0
* | | | | | net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-251-1/+1
* | | | | | net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-251-1/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-2315-75/+78
|\| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-234-26/+15
| |\ \ \ \ \
| | * | | | | yam: integer underflow in yam_ioctl()Dan Carpenter2013-10-171-1/+1
| * | | | | | Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-172-2/+4
| |\ \ \ \ \ \
| | * | | | | | usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_registerGuenter Roeck2013-10-171-1/+1
| | * | | | | | usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2013-10-161-1/+3
| * | | | | | | mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2013-10-162-43/+14
| * | | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-10-151-14/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski2013-10-151-14/+0