summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-11-08net: make ndev->irq signed for error handlingDan Carpenter1-1/+1
2013-11-08net/vlan: Provide read access to the vlan egress mapEyal Perry1-1/+8
2013-11-06net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-useEnrico Mioso1-0/+3
2013-11-05net: introduce skb_coalesce_rx_frag()Jason Wang1-0/+3
2013-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller1-0/+10
2013-11-05mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein1-0/+17
2013-11-05net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein1-1/+1
2013-11-05net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware specJack Morgenstein1-0/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+10
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2013-11-04net: extend net_device allocation to vmalloc()Eric Dumazet1-0/+1
2013-11-04net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann1-3/+10
2013-11-04lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann1-0/+40
2013-11-03ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause1-3/+3
2013-11-02net: cdc_ncm: drop "extern" from header declarationsBjørn Mork1-6/+6
2013-11-02net: cdc_ncm: remove descriptor pointersBjørn Mork1-3/+1
2013-11-02net: cdc_ncm: remove ncm_parm fieldBjørn Mork1-1/+0
2013-11-02net: cdc_ncm: remove tx_speed and rx_speed fieldsBjørn Mork1-2/+0
2013-11-02net: cdc_ncm: remove unused udev fieldBjørn Mork1-1/+0
2013-11-02net: cdc_ncm: remove redundant netdev fieldBjørn Mork1-2/+1
2013-11-02net: cdc_ncm: remove redundant endpoint pointersBjørn Mork1-3/+0
2013-11-02net: cdc_ncm: remove redundant "intf" fieldBjørn Mork1-1/+0
2013-11-02net: cdc_ncm: add include protection to cdc_ncm.hBjørn Mork1-0/+5
2013-10-31percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen1-4/+4
2013-10-29net: add might_sleep() call to napi_disableJacob Keller1-0/+1
2013-10-29ipv6: Remove privacy config option.David S. Miller1-2/+0
2013-10-26netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli1-2/+3
2013-10-26net: fix rtnl notification in atomic contextAlexei Starovoitov1-1/+1
2013-10-26net: make net_get_random_once irq safeHannes Frederic Sowa1-1/+0
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-75/+78
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-26/+15
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik1-0/+10
2013-10-22ipv6: sit: add GSO/TSO supportEric Dumazet2-2/+6
2013-10-22net: fix build warnings because of net_get_random_once mergeHannes Frederic Sowa1-0/+1
2013-10-20net: introduce new macro net_get_random_onceHannes Frederic Sowa1-0/+25
2013-10-20static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa2-0/+12
2013-10-20ipip: add GSO/TSO supportEric Dumazet2-2/+6
2013-10-20ipv4: gso: make inet_gso_segment() stackableEric Dumazet1-2/+5
2013-10-18net: Delete trailing semi-colon from definition of netdev_WARN()Ben Hutchings1-1/+1
2013-10-18net: refactor sk_page_frag_refill()Eric Dumazet1-0/+2
2013-10-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-2/+2
2013-10-17yam: integer underflow in yam_ioctl()Dan Carpenter1-1/+1
2013-10-17Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl...David S. Miller2-6/+13
2013-10-17net/mlx4: Fix typo, move similar defs to same locationOr Gerlitz2-5/+3
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2013-10-17Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+4
2013-10-17usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_registerGuenter Roeck1-1/+1
2013-10-17mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2-43/+14
2013-10-17usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum1-1/+3
2013-10-16Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-14/+0