summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2015-03-06net: dsa: let switches specify their tagging protocolFlorian Fainelli-0/+5
2015-03-06netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso-1/+1
2015-03-06netfilter: nf_tables: cleanup nf_tables.hPatrick McHardy-87/+87
2015-03-06netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso-0/+1
2015-03-05Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski-0/+2
2015-03-04fib_trie: Make fib_table rcu safeAlexander Duyck-31/+46
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy-3/+19
2015-03-04mac80211: provide station PMF configuration to driverSenthilKumar Jegadeesan-0/+2
2015-03-04mac80211: allow iterating inactive interfacesArik Nemtsov-5/+30
2015-03-04mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman-0/+2
2015-03-04mpls: Basic routing supportEric W. Biederman-0/+19
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman-0/+3
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman-33/+57
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman-4/+1
2015-03-03mac80211: Update beacon's timing and DTIM count on every beaconAlexander Bondar-2/+5
2015-03-03cfg80211: Allow NL80211_ATTR_IFINDEX to be added to vendor eventsAhmad Kholaif-4/+10
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky-2/+37
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal-14/+3
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman-0/+1
2015-03-02arp: Kill arp_findEric W. Biederman-1/+0
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman-1/+0
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman-0/+5
2015-03-02ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman-3/+0
2015-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-17/+44
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-103/+59
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-29/+23
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger-2/+16
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger-0/+6
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger-0/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger-3/+3
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger-7/+3
2015-02-28wext: add checked wrappers for adding events/points to streamsJohannes Berg-0/+22
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck-1/+1
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa-0/+2
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa-0/+8
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert-6/+15
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg-2/+7
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck-0/+5
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli-0/+10
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner-0/+11
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar-0/+29
2015-02-20caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter-1/+1
2015-02-20Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg-1/+2
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg-28/+16
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg-24/+16
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg-34/+6
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg-9/+9
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+8
2015-02-15Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An-0/+1