summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2015-03-04fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck
2015-03-04mpls: rtm_mpls_policy[] can be staticWu Fengguang
2015-03-04mpls: Multicast route table change notificationsEric W. Biederman
2015-03-04mpls: Netlink commands to add, remove, and dump routesEric W. Biederman
2015-03-04mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman
2015-03-04mpls: Basic support for adding and removing routesEric W. Biederman
2015-03-04mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman
2015-03-04mpls: Basic routing supportEric W. Biederman
2015-03-04mpls: Refactor how the mpls module is builtEric W. Biederman
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman
2015-03-04bridge: fix bridge netlink RCU usageJohannes Berg
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-03-03l2tp: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03atm: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03appletalk: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer
2015-03-03net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick
2015-03-03net: bridge: add compile-time assert for cb struct sizeFlorian Westphal
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
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