summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-03-22netfilter: bridge: kill nf_bridge_padFlorian Westphal
2015-03-18netfilter: nf_tables: consolidate error path of nf_tables_newtable()Pablo Neira Ayuso
2015-03-18netfilter: Remove uses of seq_<foo> return valuesJoe Perches
2015-03-16netfilter: bridge: remove BRNF_STATE_BRIDGED flagFlorian Westphal
2015-03-16netfilter: bridge: query conntrack about skb dnatFlorian Westphal
2015-03-10tipc: ensure that idle links are deleted when a bearer is disabledJon Paul Maloy
2015-03-10fib_trie: Address possible NULL pointer dereference in resizeAlexander Duyck
2015-03-10fib_trie: Correctly handle case of key == 0 in leaf_walk_rcuAlexander Duyck
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet
2015-03-10inet_diag: cleanupsEric Dumazet
2015-03-10net: constify sock_diag_check_cookie()Eric Dumazet
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-10netfilter: bridge: use rcu hook to resolve br_netfilter dependencyPablo Neira Ayuso
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman
2015-03-09net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli
2015-03-09net: core: add of_find_net_device_by_node()Florian Fainelli
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-03-09tipc: fix bug in link failover handlingJon Paul Maloy
2015-03-09net: delete stale packet_mclist entriesFrancesco Ruggeri
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-09mpls: Spelling: s/conceved/conceived/, s/as/a/Geert Uytterhoeven
2015-03-09tipc: fix inconsistent signal handling regressionErik Hugne
2015-03-09switchdev: use gpl variant of symbol exportJiri Pirko
2015-03-09tipc: sparse: fix htons conversion warningsErik Hugne
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang
2015-03-09netfilter: bridge: move DNAT helper to br_netfilterPablo Neira Ayuso
2015-03-09netfilter: bridge: refactor conditional in br_nf_dev_queue_xmitFlorian Westphal
2015-03-09netfilter: bridge: move nf_bridge_update_protocol to where its usedFlorian Westphal
2015-03-09bridge: move mac header copying into br_netfilterFlorian Westphal
2015-03-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman
2015-03-08mpls: Fix the openvswitch select of NET_MPLS_GSOEric W. Biederman
2015-03-08mpls: Correct the ttl decrement.Eric W. Biederman
2015-03-08mpls: Better error code for unsupported option.Eric W. Biederman
2015-03-08mpls: Cleanup the rcu usage in the code.Eric W. Biederman
2015-03-08mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman
2015-03-08sunrpc: fix braino in ->poll()Al Viro
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-03-06net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet
2015-03-06net/dcb: Add IEEE QCN attributeShani Michaeli
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold
2015-03-06fib_trie: Add key vector to root, return parent key_vector in resizeAlexander Duyck
2015-03-06fib_trie: Move parent from key_vector to tnodeAlexander Duyck
2015-03-06fib_trie: Pull empty_children and full_children into tnodeAlexander Duyck
2015-03-06fib_trie: Move rcu from key_vector to tnode, add accessors.Alexander Duyck
2015-03-06fib_trie: Add tnode struct as a container for fields not needed in key_vectorAlexander Duyck