summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-252/+269
2015-03-04Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+4
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-80/+192
2015-03-04l2tp: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-04wireless: Use eth_<foo>_addr instead of memsetJoe Perches4-8/+9
2015-03-04mac80211: Use eth_<foo>_addr instead of memsetJoe Perches4-8/+8
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-04bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-04atm: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-04appletalk: Use eth_<foo>_addr instead of memsetJoe Perches1-3/+3
2015-03-048021q: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman1-54/+6
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer1-1/+7
2015-03-03net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick1-24/+0
2015-03-03net: bridge: add compile-time assert for cb struct sizeFlorian Westphal1-0/+2
2015-03-03udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-2/+4
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. Biederman4-4/+7
2015-03-03arp: Kill arp_findEric W. Biederman1-65/+0
2015-03-03net: Kill dev_rebuild_headerEric W. Biederman7-189/+0
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. Biederman2-22/+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. Biederman1-0/+21
2015-03-03ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman1-10/+8
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 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