summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-08-16netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso
2012-08-16net: fix info leak in compat dev_ifconf()Mathias Krause
2012-08-16ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause
2012-08-16dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause
2012-08-16dccp: check ccid before dereferencingMathias Krause
2012-08-16llc: fix info leak via getsockname()Mathias Krause
2012-08-16l2tp: fix info leak via getsockname()Mathias Krause
2012-08-16Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause
2012-08-16Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause
2012-08-16Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause
2012-08-16Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause
2012-08-16Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause
2012-08-16Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause
2012-08-16atm: fix info leak via getsockname()Mathias Krause
2012-08-16atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause
2012-08-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-08-15net: remove wrong initialization for snd_wl1Razvan Ghitulete
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du
2012-08-15bridge: fix rcu dereference outside of rcu_read_lockStephen Hemminger
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-08-15sctp: Make sysctl tunables per netEric W. Biederman
2012-08-15sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman
2012-08-15sctp: Push struct net down into all of the state machine functionsEric W. Biederman
2012-08-15sctp: Push struct net down into sctp_in_scopeEric W. Biederman
2012-08-15sctp: Push struct net down into sctp_transport_initEric W. Biederman
2012-08-15sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman
2012-08-15sctp: Add infrastructure for per net sysctlsEric W. Biederman
2012-08-15sctp: Make the mib per network namespaceEric W. Biederman
2012-08-15sctp: Enable sctp in all network namespacesEric W. Biederman
2012-08-15sctp: Make the proc files per network namespace.Eric W. Biederman
2012-08-15sctp: Move the percpu sockets counter out of sctp_proc_initEric W. Biederman
2012-08-15sctp: Make the ctl_sock per network namespaceEric W. Biederman
2012-08-15sctp: Make the address lists per network namespaceEric W. Biederman
2012-08-15sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman
2012-08-15sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman
2012-08-15sctp: Make the port hash table use struct net in it's key.Eric W. Biederman
2012-08-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-08-15ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings
2012-08-14packet: Report socket mclist info via diag modulePavel Emelyanov
2012-08-14packet: Report more packet sk info via diag modulePavel Emelyanov
2012-08-14packet: Diag core and basic socket info dumpingPavel Emelyanov
2012-08-14packet: Introduce net/packet/internal.h headerPavel Emelyanov
2012-08-14llc: Fix races between llc2 handler use and (un)registrationBen Hutchings
2012-08-14llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings
2012-08-14net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic
2012-08-14Replace rwlock on xfrm_policy_afinfo with rcuPriyanka Jain
2012-08-14net: ipv6: proc: Fix error handlingIgor Maravic
2012-08-14ipv4: Cache local output routesYan, Zheng
2012-08-14netpoll: re-enable irq in poll_napi()Amerigo Wang