summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ipv4: fix NULL checking in devinet_ioctl()Xi Wang2013-01-061-1/+1
| | * | | net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter2013-01-041-2/+6
| | * | | mac802154: fix NOHZ local_softirq_pending 08 warningAlexander Aring2013-01-041-1/+1
| | |/ /
| | * | bridge: add empty br_mdb_init() and br_mdb_uninit() definitions.Rami Rosen2013-01-031-0/+6
| | * | bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich2013-01-032-3/+12
| | * | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-12-2813-30/+167
| | |\ \
| | | * | netfilter: ctnetlink: fix leak in error path of ctnetlink_create_expectJesper Juhl2012-12-261-1/+1
| | | * | netfilter: xt_hashlimit: fix namespace destroy pathVitaly E. Lavrov2012-12-261-4/+25
| | | * | netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov2012-12-261-4/+16
| | | * | netfilter: xt_hashlimit: fix race that results in duplicated entriesPablo Neira Ayuso2012-12-261-4/+21
| | | * | netfilter: xt_CT: recover NOTRACK target supportPablo Neira Ayuso2012-12-242-1/+53
| | | * | netfilter: nfnetlink_log: fix possible compilation issue due to missing includePablo Neira Ayuso2012-12-171-0/+1
| | | * | netfilter: xt_CT: fix crash while destroy ct templatesPablo Neira Ayuso2012-12-162-0/+10
| | | * | netfilter: nfnetlink_log: fix mac address for 6in4 tunnelsBob Hockney2012-12-161-3/+12
| | | * | netfilter: nf_ct_reasm: fix conntrack reassembly expire codeHaibo Xi2012-12-161-1/+4
| | | * | netfilter: nf_conntrack_ipv6: fix comment for packets without dataFlorent Fourcot2012-12-161-2/+2
| | | * | netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins2012-12-162-10/+20
| | | * | netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala2012-12-162-0/+2
| * | | | sctp: fix Kconfig bug in default cookie hmac selectionAlex Elder2013-01-071-1/+1
| * | | | SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9Trond Myklebust2013-01-041-5/+0
| * | | | SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust2013-01-041-4/+23
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-01-022-28/+29
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | libceph: fix protocol feature mismatch failure pathSage Weil2012-12-271-10/+4
| | * | | libceph: WARN, don't BUG on unexpected connection statesAlex Elder2012-12-271-6/+5
| | * | | libceph: always reset osds when kickingAlex Elder2012-12-271-2/+2
| | * | | libceph: move linger requests sooner in kick_requests()Alex Elder2012-12-271-11/+19
* | | | | net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* | | | | pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-1419-65/+80
* | | | | ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-2/+1
* | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-01-1313-70/+88
|\ \ \ \ \
| * | | | | batman-adv: unbloat batadv_priv if debug is not enabledMarek Lindner2013-01-123-1/+6
| * | | | | batman-adv: remove unused variable from orig_node structMarek Lindner2013-01-121-1/+0
| * | | | | batman-adv: fix typo in debug messageAntonio Quartulli2013-01-121-1/+1
| * | | | | batman-adv: use the const qualifier in hash functionsAntonio Quartulli2013-01-122-2/+2
| * | | | | batman-adv: don't compile the BLA switch if not requestedAntonio Quartulli2013-01-122-0/+4
| * | | | | batman-adv: remove useless NULL checkAntonio Quartulli2013-01-121-4/+2
| * | | | | batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-128-29/+0
| * | | | | batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-123-0/+22
| * | | | | batman-adv: remove useless assignment in tt_local_add()Antonio Quartulli2013-01-121-7/+5
| * | | | | batman-adv: unify and properly print hex valuesAntonio Quartulli2013-01-123-11/+11
| * | | | | batman-adv: print the CRC together with the translation tablesAntonio Quartulli2013-01-121-6/+9
| * | | | | batman-adv: improve local translation table outputAntonio Quartulli2013-01-121-4/+23
| * | | | | batman-adv: reduce local TT entry timeout to 10 minutesAntonio Quartulli2013-01-121-1/+1
| * | | | | batman-adv: Do not add multicast MAC addresses to translation tableLinus Lüssing2013-01-121-1/+2
| * | | | | batman-adv: use per_cpu_add helperShan Wei2013-01-121-3/+1
* | | | | | ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-132-4/+4
* | | | | | ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-1/+1
* | | | | | ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-9/+2
* | | | | | ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2013-01-132-45/+3
* | | | | | ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().YOSHIFUJI Hideaki / 吉藤英明2013-01-132-4/+5
OpenPOWER on IntegriCloud