summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-0275-442/+302
* tipc: Don't use iocb argument in socket layerYing Xue2015-03-021-38/+44
* Merge branch 'dropcount'David S. Miller2015-03-0218-48/+79
|\
| * net: move skb->dropcount to skb->cb[]Eyal Birger2015-03-023-6/+18
| * net: add common accessor for setting dropcount on packetsEyal Birger2015-03-023-2/+8
| * net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-029-14/+13
| * net: packet: use sockaddr_ll fields as storage for skb original length in rec...Eyal Birger2015-03-021-6/+24
| * net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_...Eyal Birger2015-03-021-1/+1
| * net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger2015-03-024-6/+6
| * net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger2015-03-025-19/+15
|/
* pppoe: Use workqueue to die properly when a PADT is receivedSimon Farnsworth2015-03-022-1/+18
* bnx2: disable toggling of rxvlan if necessaryIvan Vecera2015-03-011-12/+3
* net: macb: Properly add DMACFG bit definitionsArun Chandran2015-03-011-1/+2
* net: macb: Add on the fly CPU endianness detectionArun Chandran2015-03-011-4/+18
* Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packetsShrikrishna Khare2015-03-012-11/+23
* Merge branch 'ebpf_support_for_cls_bpf'David S. Miller2015-03-0115-193/+243
|\
| * cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-013-52/+158
| * ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-015-12/+11
| * ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-013-2/+21
| * ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann2015-03-011-22/+14
| * ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefsDaniel Borkmann2015-03-011-4/+16
| * ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-013-3/+5
| * ebpf: constify various function pointer structsDaniel Borkmann2015-03-015-19/+19
| * ebpf: remove kernel test stubsDaniel Borkmann2015-03-013-83/+3
|/
* Merge branch 's390-next'David S. Miller2015-02-287-3742/+4
|\
| * MAINTAINERS: update S390 NETWORK DRIVERS maintainerUrsula Braun2015-02-281-1/+0
| * qeth: Fix command sizesStefan Raspl2015-02-281-2/+3
| * s390: remove claw driverUrsula Braun2015-02-285-3739/+1
|/
* tcp: cleanup static functionsEric Dumazet2015-02-283-5/+4
* hyperv: Implement netvsc_get_channels() ethool opAndrew Schwartzmeyer2015-02-283-1/+20
* Merge branch 'tcp-tso'David S. Miller2015-02-282-13/+17
|\
| * tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet2015-02-281-1/+1
| * tcp: tso: restore IW10 after TSO autosizingEric Dumazet2015-02-281-2/+11
| * tcp: tso: remove tp->tso_deferredEric Dumazet2015-02-282-10/+5
|/
* usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings2015-02-285-3/+20
* Merge branch 'tipc-next'David S. Miller2015-02-277-31/+15
|\
| * tipc: make media address offset a common defineErik Hugne2015-02-272-4/+3
| * tipc: rename media/msg related definitionsErik Hugne2015-02-274-6/+6
| * tipc: purge links when bearer is disabledErik Hugne2015-02-271-1/+1
| * tipc: fix nullpointer bug when subscribing to eventsErik Hugne2015-02-271-19/+4
| * tipc: only create header copy for name distr messagesErik Hugne2015-02-271-1/+1
|/
* team: allow TSO being set on masterJiri Pirko2015-02-271-0/+3
* Merge branch 'fib_trie_remove_leaf_info'David S. Miller2015-02-274-322/+176
|\
| * fib_trie: Remove leaf_infoAlexander Duyck2015-02-271-307/+156
| * fib_trie: Add slen to fib aliasAlexander Duyck2015-02-272-19/+19
| * fib_trie: Replace plen with slen in leaf_infoAlexander Duyck2015-02-271-33/+30
| * fib_trie: Convert fib_alias to hlist from listAlexander Duyck2015-02-274-40/+48
|/
* Merge branch 'ip_level_multicast_join_leave'David S. Miller2015-02-278-16/+137
|\
| * multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-277-7/+98
| * igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa2015-02-272-9/+39
|/