aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller77-330/+540
2014-12-10irda: Convert function pointer arrays and uses to constJoe Perches5-16/+18
2014-12-10llc: Make llc_sap_action_t function pointer arrays constJoe Perches3-12/+12
2014-12-10llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches3-121/+121
2014-12-10llc: Make function pointer arrays constJoe Perches3-237/+237
2014-12-10Merge branch 'kill_arch_fast_hash'David S. Miller40-228/+12
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann36-218/+2
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann3-9/+9
2014-12-10netlink: use jhash as hashfn for rhashtableDaniel Borkmann1-1/+1
2014-12-10Merge branch 'isdn-next'David S. Miller4-46/+38
2014-12-10isdn/capi: correct argument types of command_2_indexTilman Schmidt1-1/+1
2014-12-10isdn/gigaset: enable Kernel CAPI support by defaultTilman Schmidt1-1/+1
2014-12-10isdn/gigaset: elliminate unnecessary argument from send_cb()Tilman Schmidt1-16/+15
2014-12-10isdn/gigaset: clarify gigaset_modem_fill control structureTilman Schmidt1-28/+24
2014-12-10isdn/gigaset: drop duplicate declarationTilman Schmidt1-3/+0
2014-12-10tipc: fix broadcast wakeup contention after congestionRichard Alpe2-5/+5
2014-12-10enic: add support for set/get rss hash keyGovindarajulu Varadarajan3-4/+49
2014-12-10Merge branch 'napi_page_frags'David S. Miller16-70/+178
2014-12-10ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck3-3/+3
2014-12-10ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck3-3/+3
2014-12-10cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck1-5/+6
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck6-11/+10
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck3-8/+77
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2-40/+79
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller48-1038/+628
2014-12-09dummy: use MODULE_VERSIONFlavio Leitner1-0/+1
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko6-13/+8
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu1-1/+1
2014-12-09amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas1-1/+1
2014-12-09xen-netfront: use correct linear area after linearizing an skbDavid Vrabel1-0/+3
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet2-16/+16
2014-12-09netback: don't store invalid vif pointerJan Beulich1-4/+5
2014-12-09net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy1-0/+2
2014-12-09tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue1-1/+1
2014-12-09net: systemport: allow changing MAC addressFlorian Fainelli1-0/+22
2014-12-09Merge branch 'bridge_mode'David S. Miller3-20/+10
2014-12-09bridge: remove mode BRIDGE_MODE_SWDEVRoopa Prabhu1-1/+0
2014-12-09rocker: remove swdev modeRoopa Prabhu2-19/+9
2014-12-09bridge: new mode flag to indicate mode 'undefined'Roopa Prabhu1-0/+1
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller228-3574/+12428
2014-12-09sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura1-2/+2
2014-12-09sh_eth: Optimization for RX excess judgementMitsuhiro Kimura1-5/+5
2014-12-09net: avoid to call skb_queue_len againLi RongQing1-1/+1
2014-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller8-111/+197
2014-12-09Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller14-174/+154
2014-12-09Merge tag 'linux-can-fixes-for-3.18-20141207' of git://gitorious.org/linux-can/linux-canDavid S. Miller4-51/+54
2014-12-09tcp: refine TSO autosizingEric Dumazet3-58/+63
2014-12-09bury memcpy_toiovec()Al Viro2-26/+0
2014-12-09skb_copy_datagram_iovec() can dieAl Viro2-86/+0
2014-12-09ppp_read(): switch to skb_copy_datagram_iter()Al Viro1-1/+3