summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-10irda: Convert function pointer arrays and uses to constJoe Perches
2014-12-10llc: Make llc_sap_action_t function pointer arrays constJoe Perches
2014-12-10llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches
2014-12-10llc: Make function pointer arrays constJoe Perches
2014-12-10Merge branch 'kill_arch_fast_hash'David S. Miller
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann
2014-12-10netlink: use jhash as hashfn for rhashtableDaniel Borkmann
2014-12-10Merge branch 'isdn-next'David S. Miller
2014-12-10isdn/capi: correct argument types of command_2_indexTilman Schmidt
2014-12-10isdn/gigaset: enable Kernel CAPI support by defaultTilman Schmidt
2014-12-10isdn/gigaset: elliminate unnecessary argument from send_cb()Tilman Schmidt
2014-12-10isdn/gigaset: clarify gigaset_modem_fill control structureTilman Schmidt
2014-12-10isdn/gigaset: drop duplicate declarationTilman Schmidt
2014-12-10tipc: fix broadcast wakeup contention after congestionRichard Alpe
2014-12-10enic: add support for set/get rss hash keyGovindarajulu Varadarajan
2014-12-10Merge branch 'napi_page_frags'David S. Miller
2014-12-10ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck
2014-12-10ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck
2014-12-10cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09dummy: use MODULE_VERSIONFlavio Leitner
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu
2014-12-09amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas
2014-12-09xen-netfront: use correct linear area after linearizing an skbDavid Vrabel
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet
2014-12-09netback: don't store invalid vif pointerJan Beulich
2014-12-09net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy
2014-12-09tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue
2014-12-09net: systemport: allow changing MAC addressFlorian Fainelli
2014-12-09Merge branch 'bridge_mode'David S. Miller
2014-12-09bridge: remove mode BRIDGE_MODE_SWDEVRoopa Prabhu
2014-12-09rocker: remove swdev modeRoopa Prabhu
2014-12-09bridge: new mode flag to indicate mode 'undefined'Roopa Prabhu
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-12-09sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura
2014-12-09sh_eth: Optimization for RX excess judgementMitsuhiro Kimura
2014-12-09net: avoid to call skb_queue_len againLi RongQing
2014-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-12-09Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...David S. Miller
2014-12-09Merge tag 'linux-can-fixes-for-3.18-20141207' of git://gitorious.org/linux-ca...David S. Miller
2014-12-09tcp: refine TSO autosizingEric Dumazet
2014-12-09bury memcpy_toiovec()Al Viro
2014-12-09skb_copy_datagram_iovec() can dieAl Viro
2014-12-09ppp_read(): switch to skb_copy_datagram_iter()Al Viro