summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: destroy proto tp when all filters are goneCong Wang2015-03-091-2/+2
* neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2015-03-081-0/+1
* net/dcb: Add IEEE QCN attributeShani Michaeli2015-03-061-0/+3
* fib: make netdev_switch_fib_ipv4_abort in header file static inlineWillem de Bruijn2015-03-061-1/+1
* ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du2015-03-063-0/+6
* ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du2015-03-062-0/+4
* ipv4: Raise tcp PMTU probe mss base sizeFan Du2015-03-061-1/+1
* DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman2015-03-061-0/+1
* fib: hook IPv4 fib for hardware offloadScott Feldman2015-03-061-0/+5
* ipv4: add net bool fib_offload_disabledScott Feldman2015-03-061-0/+1
* switchdev: don't support custom ip rules, for nowScott Feldman2015-03-061-0/+2
* switchdev: add IPv4 fib ndo ops wrappersScott Feldman2015-03-061-0/+19
* net: dsa: let switches specify their tagging protocolFlorian Fainelli2015-03-061-0/+5
* fib_trie: Make fib_table rcu safeAlexander Duyck2015-03-042-31/+46
* mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman2015-03-041-0/+2
* mpls: Basic routing supportEric W. Biederman2015-03-042-0/+19
* neigh: Add helper function neigh_xmitEric W. Biederman2015-03-041-0/+3
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-043-33/+57
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-1/+1
|\
| * caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter2015-02-201-1/+1
* | ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-4/+1
* | neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* | arp: Kill arp_findEric W. Biederman2015-03-021-1/+0
* | neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-1/+0
* | ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+5
* | ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2015-03-021-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-021-17/+44
|\ \
| * | ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-251-0/+11
| * | ipvs: use 64-bit rates in statsJulian Anastasov2015-02-091-17/+33
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-023-103/+59
|\ \ \
| * | | Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2015-02-272-2/+7
| * | | Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2015-02-201-1/+2
| * | | Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-28/+16
| * | | Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-24/+16
| * | | Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg2015-02-191-34/+6
| * | | Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg2015-02-191-9/+9
| * | | Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An2015-02-151-0/+1
| * | | ieee802154: cleanup ieee802154_le64_to_be64Alexander Aring2015-02-141-3/+1
| * | | ieee802154: cleanup ieee802154_be64_to_le64Alexander Aring2015-02-141-3/+2
* | | | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-027-29/+23
* | | | net: move skb->dropcount to skb->cb[]Eyal Birger2015-03-021-2/+16
* | | | net: add common accessor for setting dropcount on packetsEyal Birger2015-03-021-0/+6
* | | | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-0/+3
* | | | net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger2015-03-021-3/+3
* | | | net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger2015-03-021-7/+3
* | | | fib_trie: Convert fib_alias to hlist from listAlexander Duyck2015-02-271-1/+1
* | | | multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-272-0/+2
* | | | igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa2015-02-271-0/+8
* | | | udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert2015-02-271-6/+15
* | | | net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2015-02-251-0/+5