summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'depends/tty-omap-serial' into next/cleanupOlof Johansson2012-09-165-203/+205
|\
| * serial: add a new helper functionHuang Shijie2012-09-052-3/+3
| * Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-2775-310/+686
| |\
| * | TTY: ircomm_tty, add tty installJiri Slaby2012-08-131-16/+25
| * | TTY: use tty_port_register_deviceJiri Slaby2012-08-131-2/+2
| * | tty: localise the lockAlan Cox2012-08-101-2/+2
| * | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-06448-17668/+25490
| |\ \
| * | | tty: move the termios object into the ttyAlan Cox2012-07-163-12/+12
| * | | tty: revert incorrectly applied lock patchAlan Cox2012-07-161-2/+2
| * | | Merge branch 'v3.6-rc7' into tty-nextGreg Kroah-Hartman2012-07-1651-147/+281
| |\ \ \
| * | | | tty: localise the lockAlan Cox2012-07-061-2/+2
| * | | | Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman2012-06-2635-174/+246
| |\ \ \ \
| * | | | | TTY: ircomm, use tty_port_close_start helperJiri Slaby2012-06-121-47/+1
| * | | | | TTY: ircomm, use tty_port_close_end helperJiri Slaby2012-06-121-15/+1
| * | | | | TTY: ircomm, define carrier routinesJiri Slaby2012-06-121-10/+33
| * | | | | TTY: ircomm, define local tty_portJiri Slaby2012-06-121-53/+56
| * | | | | TTY: ircomm, use tty from tty_portJiri Slaby2012-06-124-41/+70
| * | | | | TTY: ircomm, revamp lockingJiri Slaby2012-06-121-20/+18
| * | | | | TTY: ircomm, use flags from tty_portJiri Slaby2012-06-123-30/+31
| * | | | | TTY: ircomm, use open counts from tty_portJiri Slaby2012-06-121-21/+21
| * | | | | TTY: ircomm, use close times from tty_portJiri Slaby2012-06-122-8/+6
| * | | | | TTY: ircomm, add tty_portJiri Slaby2012-06-122-11/+12
* | | | | | Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka2012-09-051-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-0216-61/+76
|\ \ \ \ \ \
| * | | | | | net/xfrm/xfrm_state.c: fix error return codeJulia Lawall2012-08-311-1/+3
| * | | | | | net: ipv6: fix error return codeJulia Lawall2012-08-311-3/+3
| * | | | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-08-315-10/+24
| |\ \ \ \ \ \
| | * | | | | | netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-311-5/+11
| | * | | | | | netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-08-301-1/+4
| | * | | | | | netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall2012-08-301-1/+3
| | * | | | | | netfilter: ctnetlink: fix error return code in init pathJulia Lawall2012-08-301-1/+2
| | * | | | | | ipvs: fix error return codeJulia Lawall2012-08-301-1/+3
| | * | | | | | netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy2012-08-201-1/+1
| * | | | | | | ipv4: must use rcu protection while calling fib_lookupEric Dumazet2012-08-301-0/+2
| * | | | | | | net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-08-301-2/+12
| * | | | | | | l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2012-08-302-2/+2
| * | | | | | | netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-291-9/+1
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-241-22/+16
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-241-22/+16
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-231-22/+16
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | mac80211: fix DS to MBSS address translationThomas Pedersen2012-08-221-22/+16
| * | | | | | | | | | tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng2012-08-241-8/+7
| * | | | | | | | | | netlink: fix possible spoofing from non-root processesPablo Neira Ayuso2012-08-241-1/+3
| * | | | | | | | | | ipv4: take rt_uncached_lock only if neededEric Dumazet2012-08-241-1/+1
| |/ / / / / / / / /
| * | | | | | | | | af_packet: match_fanout_group() can be staticFengguang Wu2012-08-231-1/+1
| * | | | | | | | | ipv4: properly update pmtuEric Dumazet2012-08-221-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'for-3.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-08-252-7/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields2012-08-201-5/+2
| * | | | | | | | svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields2012-08-201-1/+2
| * | | | | | | | svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields2012-08-201-1/+1
OpenPOWER on IntegriCloud