summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman
2015-03-03net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick
2015-03-02neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman
2015-03-02arp: Kill arp_findEric W. Biederman
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2015-03-02ax25: Stop depending on arp_findEric W. Biederman
2015-03-02ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman
2015-03-02arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman
2015-03-02ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman
2015-03-02rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman
2015-03-02rose: Set the destination address in rose_headerEric W. Biederman
2015-03-02ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman
2015-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-02filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02tipc: Don't use iocb argument in socket layerYing Xue
2015-03-02netfilter: nft_compat: add support for arptables extensionsArturo Borrero
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-03-02net: packet: use sockaddr_ll fields as storage for skb original length in rec...Eyal Birger
2015-03-02net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_...Eyal Birger
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-01ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2015-02-28tcp: cleanup static functionsEric Dumazet
2015-02-28tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet
2015-02-28tcp: tso: restore IW10 after TSO autosizingEric Dumazet
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet
2015-02-27tipc: make media address offset a common defineErik Hugne
2015-02-27tipc: rename media/msg related definitionsErik Hugne
2015-02-27tipc: purge links when bearer is disabledErik Hugne
2015-02-27tipc: fix nullpointer bug when subscribing to eventsErik Hugne
2015-02-27tipc: only create header copy for name distr messagesErik Hugne
2015-02-27fib_trie: Remove leaf_infoAlexander Duyck
2015-02-27fib_trie: Add slen to fib aliasAlexander Duyck
2015-02-27fib_trie: Replace plen with slen in leaf_infoAlexander Duyck
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert
2015-02-27Bluetooth: make hci_test_bit's addr constJiri Slaby