summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | cfg80211: remove free_priv BSS APIJohannes Berg2013-01-311-3/+0
| | * | | | | | mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach2013-01-311-7/+9
| | * | | | | | cfg80211/mac80211: support reporting wakeup reasonJohannes Berg2013-01-312-0/+53
| | * | | | | | mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2013-01-291-5/+0
| | * | | | | | Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg2013-01-293-2/+29
| | |\ \ \ \ \ \
* | | \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-02-144-2/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xfrm: make gc_thresh configurable in all namespacesMichal Kubecek2013-02-062-0/+2
| * | | | | | | | | xfrm: Add a state resolution packet queueSteffen Klassert2013-02-062-0/+8
| * | | | | | | | | pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Jussi Kivilinna2013-02-011-2/+3
* | | | | | | | | | act_police: move struct tcf_police to act_police.cJiri Pirko2013-02-121-15/+0
* | | | | | | | | | sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko2013-02-121-2/+8
* | | | | | | | | | sch: make htb_rate_cfg and functions around that genericJiri Pirko2013-02-121-0/+19
* | | | | | | | | | net: sctp: remove unused multiple cookie keysDaniel Borkmann2013-02-122-5/+2
* | | | | | | | | | net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明2013-02-111-0/+1
* | | | | | | | | | net/802: Implement Multiple Registration Protocol (MRP)David Ward2013-02-101-0/+143
* | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-087-13/+111
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Bluetooth: Keep track of UUID type upon additionJohan Hedberg2013-02-011-0/+1
| * | | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-302-11/+62
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | cfg80211/nl80211: add API for MAC address ACLsVasanthakumar Thiagarajan2013-01-251-0/+34
| | * | | | | | | | cfg80211: Move the definition of struct mac_address upVasanthakumar Thiagarajan2013-01-251-4/+4
| | * | | | | | | | mac80211: provide the vif in rssi_callbackEmmanuel Grumbach2013-01-241-0/+1
| | * | | | | | | | mac80211: allow drivers to access IPv6 informationJohannes Berg2013-01-181-0/+9
| | * | | | | | | | mac80211: remove ARP filter enable/disable logicJohannes Berg2013-01-181-7/+4
| | * | | | | | | | mac80211: add op to configure default key idYoni Divinsky2013-01-181-0/+10
| * | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-01-305-2/+48
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | Bluetooth: Add support for reading LE supported statesJohan Hedberg2013-01-232-0/+7
| | * | | | | | | | Bluetooth: Add support for reading LE White List SizeJohan Hedberg2013-01-232-0/+7
| | * | | | | | | | Bluetooth: Add LE Local Features reading supportJohan Hedberg2013-01-232-0/+7
| | * | | | | | | | Bluetooth: Add helper functions for testing bdaddr typesJohan Hedberg2013-01-231-0/+23
| | * | | | | | | | Bluetooth: Add a new workqueue for hci_request operationsJohan Hedberg2013-01-181-0/+1
| | * | | | | | | | Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko2013-01-091-1/+1
| | * | | | | | | | Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko2013-01-091-0/+2
| | * | | | | | | | Bluetooth: remove an unused variable in a header fileRami Rosen2013-01-091-1/+0
* | | | | | | | | | tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-051-1/+0
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-11/+11
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | / / / / | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin2013-01-311-11/+11
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-0/+1
* | | | | | | | ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-0/+1
* | | | | | | | xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-291-13/+12
* | | | | | | | xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-291-3/+10
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | ipv4: Add a socket release callback for datagram socketsSteffen Klassert2013-01-211-0/+2
* | | | | | | | ipv4: introduce address lifetimeJiri Pirko2013-01-291-0/+4
* | | | | | | | net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer2013-01-291-0/+22
* | | | | | | | net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer2013-01-291-8/+18
* | | | | | | | net: frag helper functions for mem limit trackingJesper Dangaard Brouer2013-01-292-1/+28
* | | | | | | | net: cacheline adjust struct inet_frag_queueJesper Dangaard Brouer2013-01-291-4/+5
* | | | | | | | net: cacheline adjust struct inet_frags for better frag performanceJesper Dangaard Brouer2013-01-291-4/+7
* | | | | | | | net: cacheline adjust struct netns_frags for better frag performanceJesper Dangaard Brouer2013-01-291-1/+4
* | | | | | | | net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明2013-01-281-1/+1
OpenPOWER on IntegriCloud