aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-04
|\
| * PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-14
* | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-03
|\ \
| * | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
| * | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-08
| * | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-08
| * | cgroup: add css_parent()Tejun Heo2013-08-08
| * | cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-08
| * | netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo2013-08-08
| * | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-08
* | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-03
|\ \ \
| * | | net: ieee802154: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-26
| * | | net: core: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-26
| * | | net: rfkill: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-25
| * | | net: wireless: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-25
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-30
|\ \ \ \
| * | | | net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-08-30
| * | | | net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet2013-08-30
| * | | | Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa...David S. Miller2013-08-30
| * | | | ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2013-08-30
| * | | | tipc: set sk_err correctly when connection failsErik Hugne2013-08-30
| * | | | tcp: tcp_make_synack() should use sock_wmallocPhil Oester2013-08-30
| * | | | bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-30
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-29
| |\ \ \ \
| | * | | | xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert2013-08-28
| | * | | | ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbsHannes Frederic Sowa2013-08-26
| | * | | | xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa2013-08-26
| | * | | | xfrm: choose protocol family by skb protocolHannes Frederic Sowa2013-08-19
| | * | | | ipv6: xfrm: dereference inner ipv6 header if encapsulatedHannes Frederic Sowa2013-08-19
| | * | | | ipv6: wire up skb->encapsulationHannes Frederic Sowa2013-08-19
| | * | | | xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa2013-08-14
| | * | | | xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-14
| * | | | | ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-08-29
| * | | | | ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark2013-08-29
| * | | | | tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin2013-08-29
| * | | | | tcp: initialize rcv_tstamp for restored socketsAndrew Vagin2013-08-29
| * | | | | genl: Hold reference on correct module while netlink-dump.Pravin B Shelar2013-08-28
| * | | | | genl: Fix genl dumpit() locking.Pravin B Shelar2013-08-28
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-08-27
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-23
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-22
| | | |\ \ \ \ \
| | | | * | | | | mac80211: ibss: fix ignored channel parameterSimon Wunderlich2013-08-21
| | | | * | | | | mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau2013-08-21
| | | | * | | | | mac80211: add missing channel context releaseJohannes Berg2013-08-21
| * | | | | | | | net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski2013-08-27
| |/ / / / / / /
* / / / / / / / SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust2013-08-28
|/ / / / / / /
* | | | | | | ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-22
* | | | | | | Revert "genetlink: fix family dump race"Johannes Berg2013-08-22
* | | | | | | bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita2013-08-21
* | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-08-20
|\ \ \ \ \ \ \