aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+2
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal2-2/+2
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman1-2/+4
2015-03-09net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli1-0/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+19
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman1-1/+0
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-102/+92
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang1-2/+2
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman1-0/+1
2015-03-06net/dcb: Add IEEE QCN attributeShani Michaeli1-0/+3
2015-03-06fib: make netdev_switch_fib_ipv4_abort in header file static inlineWillem de Bruijn1-1/+1
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du3-0/+6
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du2-0/+4
2015-03-06ipv4: Raise tcp PMTU probe mss base sizeFan Du1-1/+1
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman1-0/+1
2015-03-06fib: hook IPv4 fib for hardware offloadScott Feldman1-0/+5
2015-03-06ipv4: add net bool fib_offload_disabledScott Feldman1-0/+1
2015-03-06switchdev: don't support custom ip rules, for nowScott Feldman1-0/+2
2015-03-06switchdev: add IPv4 fib ndo ops wrappersScott Feldman1-0/+19
2015-03-06net: dsa: let switches specify their tagging protocolFlorian Fainelli1-0/+5
2015-03-06netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso1-1/+1
2015-03-06netfilter: nf_tables: cleanup nf_tables.hPatrick McHardy1-87/+87
2015-03-06netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso1-0/+1
2015-03-04fib_trie: Make fib_table rcu safeAlexander Duyck2-31/+46
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy1-3/+19
2015-03-04mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman1-0/+2
2015-03-04mpls: Basic routing supportEric W. Biederman2-0/+19
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman1-0/+3
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman3-33/+57
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman1-4/+1
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2-14/+3
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman1-0/+1
2015-03-02arp: Kill arp_findEric W. Biederman1-1/+0
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman1-1/+0
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman1-0/+5
2015-03-02ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman1-3/+0
2015-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-17/+44
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-103/+59
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue7-29/+23
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger1-2/+16
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger1-0/+6
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-0/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fieldsEyal Birger1-3/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger1-7/+3
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck1-1/+1
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2-0/+2
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa1-0/+8
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert1-6/+15
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2-2/+7