aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-10inet_diag: cleanupsEric Dumazet1-73/+71
2015-03-10net: constify sock_diag_check_cookie()Eric Dumazet1-1/+1
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-11/+21
2015-03-10netfilter: bridge: use rcu hook to resolve br_netfilter dependencyPablo Neira Ayuso3-8/+18
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal3-3/+3
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman2-3/+9
2015-03-09net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli1-5/+11
2015-03-09net: core: add of_find_net_device_by_node()Florian Fainelli1-0/+25
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-85/+150
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-81/+143
2015-03-09tipc: fix bug in link failover handlingJon Paul Maloy1-3/+4
2015-03-09net: delete stale packet_mclist entriesFrancesco Ruggeri1-8/+14
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman6-8/+0
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller16-136/+319
2015-03-09mpls: Spelling: s/conceved/conceived/, s/as/a/Geert Uytterhoeven1-2/+2
2015-03-09tipc: fix inconsistent signal handling regressionErik Hugne1-6/+6
2015-03-09switchdev: use gpl variant of symbol exportJiri Pirko1-12/+12
2015-03-09tipc: sparse: fix htons conversion warningsErik Hugne1-4/+4
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang11-21/+97
2015-03-09netfilter: bridge: move DNAT helper to br_netfilterPablo Neira Ayuso3-4/+38
2015-03-09netfilter: bridge: refactor conditional in br_nf_dev_queue_xmitFlorian Westphal1-3/+6
2015-03-09netfilter: bridge: move nf_bridge_update_protocol to where its usedFlorian Westphal1-0/+8
2015-03-09bridge: move mac header copying into br_netfilterFlorian Westphal2-4/+29
2015-03-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+3
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn3-23/+53
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2-24/+33
2015-03-08mpls: Fix the openvswitch select of NET_MPLS_GSOEric W. Biederman1-0/+1
2015-03-08mpls: Correct the ttl decrement.Eric W. Biederman1-1/+1
2015-03-08mpls: Better error code for unsupported option.Eric W. Biederman1-1/+1
2015-03-08mpls: Cleanup the rcu usage in the code.Eric W. Biederman1-26/+47
2015-03-08mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman1-1/+1
2015-03-08sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+3
2015-03-06net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet1-44/+1
2015-03-06net/dcb: Add IEEE QCN attributeShani Michaeli1-3/+41
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold1-1/+3
2015-03-06fib_trie: Add key vector to root, return parent key_vector in resizeAlexander Duyck1-232/+201
2015-03-06fib_trie: Move parent from key_vector to tnodeAlexander Duyck1-6/+5
2015-03-06fib_trie: Pull empty_children and full_children into tnodeAlexander Duyck1-15/+16
2015-03-06fib_trie: Move rcu from key_vector to tnode, add accessors.Alexander Duyck1-18/+16
2015-03-06fib_trie: Add tnode struct as a container for fields not needed in key_vectorAlexander Duyck1-33/+39
2015-03-06fib_trie: Rename tnode_child_length to child_lengthAlexander Duyck1-24/+29
2015-03-06fib_trie: replace tnode_get_child functions with get_child macrosAlexander Duyck1-36/+24
2015-03-06fib_trie: Rename tnode to key_vectorAlexander Duyck1-119/+128
2015-03-06fib_trie: Return pointer to tnode pointer in resize/inflate/halveAlexander Duyck1-41/+65
2015-03-06fib_trie: Minor cleanups to fib_table_flush_externalAlexander Duyck1-12/+8
2015-03-06mpls: Properly validate RTA_VIA payload lengthRobert Shearman1-1/+4
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du4-2/+45
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du3-3/+19
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman2-60/+54