summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-29Merge commit '371a00448f95adaa612cf1a0b31a11e7093bc706' of 'git://git.kernel....David Woodhouse8-55/+151
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-21/+117
2012-08-20mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg1-0/+5
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg1-2/+38
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg1-14/+39
2012-08-20wireless: add radiotap A-MPDU status fieldJohannes Berg1-0/+11
2012-08-20mac80211: add supported rates change notification in IBSSAntonio Quartulli1-0/+4
2012-08-11codel: refine one condition to avoid a nul rec_inv_sqrtEric Dumazet1-2/+6
2012-08-11ipv4: fix ip_send_skb()Eric Dumazet1-1/+1
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville5-34/+34
2012-08-10net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet1-0/+1
2012-08-09net: force dst_default_metrics to const sectionEric Dumazet1-1/+1
2012-08-07net: ipv6: fix TCP early demuxEric Dumazet2-9/+1
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes1-0/+2
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO1-0/+10
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery1-1/+0
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery1-14/+2
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko1-4/+4
2012-08-06Bluetooth: Define AMP controller statusesAndrei Emeltchenko1-0/+9
2012-08-06Bluetooth: trivial: Fix mixing spaces and tabs in smpAndrei Emeltchenko1-4/+4
2012-08-06Bluetooth: debug: Fix printing refcnt for hci_connAndrei Emeltchenko1-4/+2
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko1-1/+1
2012-08-06Bluetooth: Remove missing codeAndre Guedes1-6/+0
2012-08-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+2
2012-08-02cfg80211: add channel flag to prohibit OFDM operationSeth Forshee1-0/+2
2012-08-02Fix unexpected SA hard expiration after changing dateFan Du1-0/+4
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+2
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-5/+35
2012-08-01netvm: prevent a stream-specific deadlockMel Gorman1-3/+5
2012-08-01netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-0/+5
2012-08-01netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-0/+15
2012-08-01netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-1/+4
2012-08-01net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman1-0/+5
2012-08-01memcg: rename config variablesAndrew Morton1-2/+2
2012-08-01ipv4: Properly purge netdev references on uncached routes.David S. Miller1-0/+3
2012-08-01ipv4: Cache routes in nexthop exception entries.David S. Miller1-0/+1
2012-08-01ipv4: percpu nh_rth_output cacheEric Dumazet1-1/+2
2012-08-01ipv4: Restore old dst_free() behavior.Eric Dumazet3-10/+11
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-5/+15
2012-07-31mac80211: add PS flag to bss_confEliad Peller1-0/+5
2012-07-31ipv4: remove rt_cache_rebuild_countEric Dumazet1-2/+0
2012-07-31net: ipv4: fix RCU races on dst refcountsEric Dumazet2-6/+14
2012-07-27ipv6: Early TCP socket demuxEric Dumazet2-6/+9
2012-07-27ipv4: Fix input route performance regression.David S. Miller1-2/+17
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds64-652/+1383
2012-07-24ipv4: Change rt->rt_iif encoding.David S. Miller1-1/+5
2012-07-24ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-0/+1
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet1-0/+1
2012-07-23Merge branch 'kill_rtcache'David S. Miller5-32/+30