aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-02rose: Set the destination address in rose_headerEric W. Biederman1-0/+3
2015-03-02ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman1-0/+1
2015-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-134/+255
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. Miller27-309/+1024
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue59-377/+249
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-02net: move skb->dropcount to skb->cb[]Eyal Birger1-2/+2
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger2-2/+2
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger8-14/+10
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 Birger3-3/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger4-12/+12
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann1-52/+154
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann1-2/+2
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+7
2015-03-01ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann1-22/+14
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann1-3/+3
2015-03-01rxrpc: don't multiply with HZ twiceFlorian Westphal1-1/+1
2015-03-01rxrpc: terminate retrans loop when sending of skb failsFlorian Westphal1-3/+4
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin3-3/+14
2015-03-01net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet1-3/+1
2015-02-28Merge tag 'mac80211-for-davem-2015-02-27' of git://git.kernel.org/pub/scm/lin...David S. Miller6-9/+14
2015-02-28tcp: cleanup static functionsEric Dumazet3-5/+4
2015-02-28net: Verify permission to link_net in newlinkEric W. Biederman1-0/+3
2015-02-28net: Verify permission to dest_net in newlinkEric W. Biederman1-0/+4
2015-02-28tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet1-1/+1
2015-02-28tcp: tso: restore IW10 after TSO autosizingEric Dumazet1-2/+11
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet1-9/+5
2015-02-27tipc: make media address offset a common defineErik Hugne2-4/+3
2015-02-27tipc: rename media/msg related definitionsErik Hugne4-6/+6
2015-02-27tipc: purge links when bearer is disabledErik Hugne1-1/+1
2015-02-27tipc: fix nullpointer bug when subscribing to eventsErik Hugne1-19/+4
2015-02-27tipc: only create header copy for name distr messagesErik Hugne1-1/+1
2015-02-27fib_trie: Remove leaf_infoAlexander Duyck1-307/+156
2015-02-27fib_trie: Add slen to fib aliasAlexander Duyck2-19/+19
2015-02-27fib_trie: Replace plen with slen in leaf_infoAlexander Duyck1-33/+30
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck3-39/+47
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa4-7/+95
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa1-9/+31
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann3-6/+0
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert1-0/+10
2015-02-27Bluetooth: make hci_test_bit's addr constJiri Slaby1-2/+2
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2-3/+9
2015-02-26sunrpc: integer underflow in rsc_parse()Dan Carpenter1-0/+2
2015-02-26mac80211: Send EAPOL frames at lowest rateJouni Malinen1-0/+1
2015-02-26bridge: fix link notification skb size calculation to include vlan rangesRoopa Prabhu1-7/+85
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2-6/+3