summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick3-1/+13
2015-03-03fm10k: Modify tunnel length header check when offloadingMatthew Vick2-9/+27
2015-03-03udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-2/+4
2015-03-03Merge branch 'sh_eth'David S. Miller1-5/+10
2015-03-03sh_eth: Really fix padding of short frames on TXBen Hutchings1-1/+1
2015-03-03Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings1-3/+2
2015-03-03sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings1-1/+1
2015-03-03sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings1-0/+6
2015-03-03Merge tag 'gpio-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-8/+15
2015-03-03Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-67/+145
2015-03-03Merge tag 'md/4.0-fixes' of git://neil.brown.name/mdLinus Torvalds3-12/+20
2015-03-03Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2015-03-03Merge branch 'neigh_cleanups'David S. Miller32-544/+105
2015-03-03neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman1-6/+0
2015-03-03neigh: Don't require dst in neigh_hh_initEric W. Biederman5-4/+8
2015-03-03arp: Kill arp_findEric W. Biederman2-66/+0
2015-03-03net: Kill dev_rebuild_headerEric W. Biederman16-306/+1
2015-03-03ax25: Stop depending on arp_findEric W. Biederman1-12/+28
2015-03-03ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman1-8/+2
2015-03-03neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman3-23/+16
2015-03-03arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman1-37/+0
2015-03-03ax25: Refactor to use private neighbour operations.Eric W. Biederman10-0/+42
2015-03-03ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2-13/+8
2015-03-03ax25/6pack: Replace sp_header_ops with ax25_header_opsEric W. Biederman1-27/+1
2015-03-03ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman1-32/+1
2015-03-03rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman1-27/+11
2015-03-03rose: Set the destination address in rose_headerEric W. Biederman1-0/+3
2015-03-03ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman1-0/+1
2015-03-02Merge branch 'mlx4'David S. Miller4-6/+14
2015-03-02net/mlx4_en: Disbale GRO for incoming loopback/selftest packetsIdo Shamay1-1/+7
2015-03-02net/mlx4_core: Fix wrong mask and error flow for the update-qp commandOr Gerlitz3-5/+7
2015-03-02ebpf: move CONFIG_BPF_SYSCALL-only function declarationsDaniel Borkmann1-9/+9
2015-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-152/+326
2015-03-02filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann1-38/+33
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller38-489/+1283
2015-03-02Merge branch 'sendmsg_recvmsg_iocb_removal'David S. Miller75-480/+346
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2015-03-02tipc: Don't use iocb argument in socket layerYing Xue1-38/+44
2015-03-02netfilter: nft_compat: add support for arptables extensionsArturo Borrero1-0/+9
2015-03-02Merge branch 'dropcount'David S. Miller18-48/+79
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger3-6/+18
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger3-2/+8
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger9-14/+13
2015-03-02net: packet: use sockaddr_ll fields as storage for skb original length in rec...Eyal Birger1-6/+24
2015-03-02net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_...Eyal Birger1-1/+1
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger4-6/+6
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger5-19/+15
2015-03-02pppoe: Use workqueue to die properly when a PADT is receivedSimon Farnsworth2-1/+18
2015-03-02bnx2: disable toggling of rxvlan if necessaryIvan Vecera1-12/+3
2015-03-02net: macb: Properly add DMACFG bit definitionsArun Chandran1-1/+2