aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-11net: add real socket cookiesEric Dumazet8-15/+45
2015-03-11fib_trie: Only display main table in /proc/net/routeAlexander Duyck1-0/+5
2015-03-11net: dsa: fully divert PHY reads/writes if requestedFlorian Fainelli1-7/+22
2015-03-11net: dsa: move PHY setup on DSA MII bus to its own functionFlorian Fainelli1-8/+20
2015-03-11fib_trie: Fix uninitialized variable warningAlexander Duyck1-3/+3
2015-03-11fib_trie: call fib_table_flush_external under RTNLSabrina Dubroca1-1/+2
2015-03-11mpls: Allow mpls_gso and mpls_router to be built as modulesRobert Shearman2-4/+6
2015-03-11ipv4: FIB Local/MAIN table collapseAlexander Duyck5-20/+240
2015-03-10tipc: ensure that idle links are deleted when a bearer is disabledJon Paul Maloy2-2/+4
2015-03-10fib_trie: Address possible NULL pointer dereference in resizeAlexander Duyck1-4/+2
2015-03-10fib_trie: Correctly handle case of key == 0 in leaf_walk_rcuAlexander Duyck1-1/+1
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet4-25/+30
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