summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2012-08-14userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman-1/+2
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman-1/+2
2012-08-14userns: Convert sock_i_uid to return a kuid_tEric W. Biederman-1/+1
2012-08-15Bluetooth: Remove some functions from being exportedVinicius Costa Gomes-2/+0
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings-1/+1
2012-08-14gre: Support GRE over IPv6xeb@mail.ru-2/+40
2012-08-10codel: refine one condition to avoid a nul rec_inv_sqrtEric Dumazet-2/+6
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet-1/+1
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-34/+34
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet-0/+1
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov-0/+11
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov-3/+2
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov-0/+7
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov-0/+1
2012-08-09net: Dont use ifindices in hash fnsPavel Emelyanov-2/+4
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet-1/+1
2012-08-07net: output path optimizationsEric Dumazet-8/+16
2012-08-06net: avoid reloads in SNMP_UPD_PO_STATSEric Dumazet-4/+6
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet-9/+1
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes-0/+2
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO-0/+10
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery-1/+0
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery-14/+2
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko-4/+4
2012-08-06Bluetooth: Define AMP controller statusesAndrei Emeltchenko-0/+9
2012-08-06Bluetooth: trivial: Fix mixing spaces and tabs in smpAndrei Emeltchenko-4/+4
2012-08-06Bluetooth: debug: Fix printing refcnt for hci_connAndrei Emeltchenko-4/+2
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko-1/+1
2012-08-06Bluetooth: Remove missing codeAndre Guedes-6/+0
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman-662/+1452
2012-08-03netlink: add signed typesJiri Pirko-0/+98
2012-08-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-0/+2
2012-08-02cfg80211: add channel flag to prohibit OFDM operationSeth Forshee-0/+2
2012-08-02Fix unexpected SA hard expiration after changing dateFan Du-0/+4
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings-0/+2
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-5/+35
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman-3/+5
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman-0/+5
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman-0/+15
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman-1/+4
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman-0/+5
2012-07-31memcg: rename config variablesAndrew Morton-2/+2
2012-07-31ipv4: Properly purge netdev references on uncached routes.David S. Miller-0/+3
2012-07-31ipv4: Cache routes in nexthop exception entries.David S. Miller-0/+1
2012-07-31ipv4: percpu nh_rth_output cacheEric Dumazet-1/+2
2012-07-31ipv4: Restore old dst_free() behavior.Eric Dumazet-10/+11
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn-5/+15
2012-07-31mac80211: add PS flag to bss_confEliad Peller-0/+5
2012-07-30ipv4: remove rt_cache_rebuild_countEric Dumazet-2/+0
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet-6/+14